opencv/modules/matlab/test/testsuite.m

12 lines
155 B
Mathematica
Raw Normal View History

2013-07-12 14:57:05 +08:00
% add the opencv bindings folder
addpath ..
%setup the tests
opencv_tests = OpenCVTest();
%run the tests
result = run(opencv_tests);
% shutdown
exit();