mirror of
https://github.com/opencv/opencv.git
synced 2025-06-09 18:43:05 +08:00
9 lines
110 B
Matlab
9 lines
110 B
Matlab
%setup the tests
|
|
opencv_tests = OpenCVTest();
|
|
|
|
%run the tests
|
|
result = run(opencv_tests);
|
|
|
|
% shutdown
|
|
exit();
|