Face Detection using GPU

asked 2016-02-21 11:10:48 -0600

Sanman gravatar image

I want to know whether openCV version 3.0 provides parallel GPU implementation of face detection i.e with CUDA ? If it provides that then how the training of haar cascade is done for it ? Please direct me to reading , online materials which can help me better understand the concept behind this.

edit retag flag offensive close merge delete

Comments

1

You could start with the documentation cv::cuda::CascadeClassifier and with the source code: cudaobjdetect.

Eduardo gravatar imageEduardo ( 2016-02-21 12:56:45 -0600 )edit

Thank you for your help. I also want to know how this works internally ? By that I mean the actual working of algorithm or the process. I want to know where this GPU implementation differs in the actual face detection process. How those GPU haar cascade files are formed, what part of the actual process is implemented in parallel?

Can you help me with that ?

Sanman gravatar imageSanman ( 2016-02-21 23:04:22 -0600 )edit