Ask Your Question
0

Do Eigenfaces use SVMs or Neural Networks

asked 2017-02-10 05:46:07 -0600

Johnny R. gravatar image

Can someone tell, if the by OpenCV provided Eigenface classifier uses SVM or Neural Networks to differ between faces? Is there any literature where to find the answer?

Thanks a lot, Johnny

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2017-02-10 06:50:27 -0600

berak gravatar image

no, a simple L2 based nearest-neighbour search is used here

edit flag offensive delete link more

Comments

Thanks a lot!

Do you know if OpenCV's facedetector class also uses the nearest-neighbor search?

Johnny R. gravatar imageJohnny R. ( 2017-02-13 01:22:22 -0600 )edit
1

the cascade classifiers use a boosted decision tree.

berak gravatar imageberak ( 2017-02-13 01:36:37 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-02-10 05:46:07 -0600

Seen: 199 times

Last updated: Feb 10 '17