Right side Face detection with EmguCv

扶醉桌前 提交于 2020-01-07 04:55:09

问题


Hello everybody, I works on a face detection and recognizing project with EmguCv in C#, so i already do some steps: -detect front face and left face -recognize faces

but the problem it when i want to detect right side of face it didn't work because the classifier profileface.xml just work for left side, i found some ideas for do a mirror but i have no idea how to do it.

so plz plz if some one have any idea to do it i will be very happy.

Mohammed Hassar.


回答1:


there's a flip() function for this:

http://opencv.willowgarage.com/documentation/cpp/core_operations_on_arrays.html#flip



来源:https://stackoverflow.com/questions/15030377/right-side-face-detection-with-emgucv

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