opencv test suite document
Hi,
can any one help me in finding opencv test suite documents.I am searching for list of test presents in that test suite. but unable to find the test suite document in opencv site.
Thanks, Shabuddin
when going to the 2.4 branch on github you can find a test suite for each module under the
modules/modules_name/test/
folder. If you want to make a listing of that than you will just have to grab all those filenames with a bash script.