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, 0 insertions, 7 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 deleted file mode 100755 index 5e3562b..0000000 --- a/SD-VBS/benchmarks/mser/src/matlab/old/mser_compile.m +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
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{:}) ; | ||