testsuite.m 155 B

1234567891011
  1. % add the opencv bindings folder
  2. addpath ..
  3. %setup the tests
  4. opencv_tests = OpenCVTest();
  5. %run the tests
  6. result = run(opencv_tests);
  7. % shutdown
  8. exit();