OpenCV 2.2 Haartraining Hanging

不羁岁月 提交于 2020-01-17 01:21:32

问题


I am trying to create a haar cascade for hand detection and no matter what I do, I can't seem to get it finished. It always seems to end up stuck in some loop. I read a suggestion online that suggests to add code into the loop that will save the current working image into a temporary location. This solution would at least give me a place to start troubleshooting, but my problem here is my lack of C++ which OpenCV is written in. So if anyone can give me a suggestion of how to go about implementing this, that would be much appreciated.

来源:https://stackoverflow.com/questions/6400527/opencv-2-2-haartraining-hanging

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