sustaining_gazes/matlab_version/face_detection/face_detection_zhu/face-release1.0-basic/compile.m

17 lines
420 B
Mathematica
Raw Normal View History

2016-04-28 21:40:36 +02:00
mex -O resize.cc
mex -O reduce.cc
mex -O shiftdt.cc
mex -O features.cc
% use one of the following depending on your setup.
% 1 is fastest, 3 is slowest.
% If you are using a Windows machine, please use 3.
% 1) multithreaded convolution using blas
% mex -O fconvblas.cc -lmwblas -o fconv
% 2) mulththreaded convolution without blas
% mex -O fconvMT.cc -o fconv
% 3) basic convolution, very compatible
mex -O fconv.cc