Ask Your Question

mehtaiphoneapps's profile - activity

2016-05-27 11:55:11 -0600 commented question Extract Feature Detection from OpenCV Facial Recognition Algorithm

As far as the part of the code, I think you have to first train the model in order to extract the eigen representations. I don't want to train the model. I just want to get the feature vectors.

2016-05-26 23:18:37 -0600 asked a question Extract Feature Detection from OpenCV Facial Recognition Algorithm

Hello,

I am aware that OpenCV has algorithms like Local Binary Patterns and Eigenfaces for facial detection as described here: http://docs.opencv.org/2.4/modules/co...

I understand that these algorithms compute features for the faces, and would like to exact these features.

These features are like the ones used in machine learning algorithms, not parts of the face.

Is it possible to extract features from the OpenCV facial recognition algorithms?

For example, in the link it talks about a 22-dimensional feature vector that was used once.

Thanks