diff options
Diffstat (limited to 'SD-VBS/benchmarks/mser/src/matlab/old/mser_compile.m')
-rwxr-xr-x | SD-VBS/benchmarks/mser/src/matlab/old/mser_compile.m | 7 |
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 @@ | |||
1 | function mser_compile(type) | ||
2 | % MSER_COMPILE Compile MEX files | ||
3 | |||
4 | opts = { '-O', '-I.' } ; | ||
5 | |||
6 | mex('mser.mex.c','-output', 'mser',opts{:}) ; | ||
7 | mex('erfill.mex.c','-output', 'erfill',opts{:}) ; | ||