testsuite.m 155 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
% add the opencv bindings folder
addpath ..

%setup the tests
opencv_tests = OpenCVTest();

%run the tests
result = run(opencv_tests);

% shutdown
exit();