Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个具有良好准确性的眼睛检测软件。该软件应该能够检测静止图像上的眼睛坐标。任何人都可以给我很好的建议。
提前致谢 :)
你试过 OpenCV 吗?它具有简单的眼睛检测功能,并且是免费的。
它是用于注视跟踪的开源库:http: //gazegroup.org/downloads/23-gazetracker
当程序首先检测面部,然后在面部内搜索以检测眼睛时,眼睛检测效果最佳。这是一个关于如何使用 OpenCV 完成的教程:
http://nashruddin.com/opencv_eye_detection