Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

3D Object Detection-Opencv

I have tried face recognition using OpenCV using the documentation provided on their wiki. Its working fine and it can detect multiple faces. However there is no data provided on the site regarding 3D object detection or head tracking. The links to the code and the wiki are provided below :

Face recognition

Cascade Classifier

While the wiki does provide sufficient information about face detection, as you might have found, 3D face recognition methods are not provided.

I wanted to know about projects related to 3D face recognition and tracking so that I can see the source code and try to make a project doing the same.

like image 826
praxmon Avatar asked Jul 06 '12 04:07

praxmon


1 Answers

This might come late but willow garage has another project running called the Point Cloud Library (PCL) that is entirely focused on 3D data processing tasks. Face recognition is one of the use cases they use to advertise the project. Of course all of this is free...

http://pointclouds.org

like image 151
everclear Avatar answered Sep 21 '22 21:09

everclear