An advice about parameters in opencv_traincascade

五迷三道 提交于 2020-01-01 19:18:09

问题


I am doing a project that consists in recognize a banana using haar features. I am using EMgucv and visual studio 2010 for that. I am using opencv_createsamples and opencv_traincascade.I have a question about parmeters. What happen if I increase those values? I set:

-numPos 3800 -nunNeg 6000 -numStages 16 -minHitRate 0.999 -maxfalseAlarmRate 0.3 but I want to know What are maxWeakCount and maxdetph parameters? What means? I want and example to understand that

来源:https://stackoverflow.com/questions/22675234/an-advice-about-parameters-in-opencv-traincascade

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!