I need a list of any well known Linux applications that uses object detection specially face detection using openCV. I tried googling for such Linux application but couldn’t find any. If anyone is aware of any Linux application that uses openCV, please let me know. Thanks.
Share
You can go for
digiKam. It uses OpenCV and certain other libraries likelibkfacefor face detection.Check out official site of digikam : http://www.digikam.org/
Even one of their GSoC project idea in 2012 was to implement face recognition with the help of OpenCV : Link
Even the
Libfacelibrary of KDE (which is also used in digiKam) uses opencv for some purposes.You can find
libkfacesource here : Link