c++ - performance.exe in opencv autoclose when finish -



c++ - performance.exe in opencv autoclose when finish -

i'm new opencv,i have done haar-training , decent detection. however, when want check nail rate using performance.exe, run until finish , auto-close , cannot check nail rate, how solve this? thanks

assuming, running performance on command prompt; go command line , run:

c:\program files\opencv\bin> performance -data trainingsample.xml -info testingsample\testsample.txt -sf 1.2 -w 15 -h 20 > testresult.log

you need place testingsample.txt in folder testingimages, if not set testingsample.txt testingimage performance programme execute not save , show result. > testresult.log used direct result of execution log file rather screen, can remove it.

adjust opencv path. please post in details if see more problem. happy coding :)

c++ opencv

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -