Skip to content
Snippets Groups Projects
Commit f3caa208 authored by Mark Winter's avatar Mark Winter
Browse files

Added Tracker.mex to compile script.

parent c6e323d2
Branches
Tags
No related merge requests found
......@@ -54,6 +54,9 @@ function CompileLEVer(forceVersion)
newOutput = compileMEX('mexMAT', vsStruct);
outputFiles = [outputFiles; {newOutput}];
newOutput = compileMEX('Tracker', vsStruct);
outputFiles = [outputFiles; {newOutput}];
newOutput = compileMEX('mexDijkstra', vsStruct);
outputFiles = [outputFiles; {newOutput}];
......@@ -66,10 +69,6 @@ function CompileLEVer(forceVersion)
newOutput = compileMEX('mexHashData', vsStruct);
outputFiles = [outputFiles; {newOutput}];
% newOutput = compileEXE('MTC', vsStruct, bindir);
% outputFiles = [outputFiles; {newOutput}];
%% Compile LEVER, Segmentor, and batch LEVER_SegAndTrackFolders.
addImgs = {'+UI\backFrame.png'; '+UI\forwardFrame.png'; '+UI\pause.png';'+UI\play.png';'+UI\stop.png'};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment