summaryrefslogtreecommitdiffstats
path: root/SD-VBS/benchmarks/mser/src/matlab/old/mser_compile.m
diff options
context:
space:
mode:
Diffstat (limited to 'SD-VBS/benchmarks/mser/src/matlab/old/mser_compile.m')
-rwxr-xr-xSD-VBS/benchmarks/mser/src/matlab/old/mser_compile.m7
1 files changed, 7 insertions, 0 deletions
diff --git a/SD-VBS/benchmarks/mser/src/matlab/old/mser_compile.m b/SD-VBS/benchmarks/mser/src/matlab/old/mser_compile.m
new file mode 100755
index 0000000..5e3562b
--- /dev/null
+++ b/SD-VBS/benchmarks/mser/src/matlab/old/mser_compile.m
@@ -0,0 +1,7 @@
1function mser_compile(type)
2% MSER_COMPILE Compile MEX files
3
4opts = { '-O', '-I.' } ;
5
6mex('mser.mex.c','-output', 'mser',opts{:}) ;
7mex('erfill.mex.c','-output', 'erfill',opts{:}) ;