opencv/modules/matlab/test/testsuite.m
2013-07-12 16:57:05 +10:00

12 lines
155 B
Matlab

% add the opencv bindings folder
addpath ..
%setup the tests
opencv_tests = OpenCVTest();
%run the tests
result = run(opencv_tests);
% shutdown
exit();