Does opencv provide dense features extraction algorithm on face recognition?

asked 2014-10-19 10:29:24 -0600

I thought some dense feature is useful for 2D detection and object classification. Such method could be DENSE SIFT, hidimLBP and advanced learnd features, I thought these features can be adapted for many 2D application if such work is worthful

edit retag flag offensive close merge delete

Comments

just try, and measure, if it works better than the existing algorithms ?

berak gravatar imageberak ( 2014-10-20 01:04:14 -0600 )edit

It is not inside OpenCV yet, but like suggested, try interfacing them. If it works better, then submit a pull request to the library with the functionality mentioned and help us extend the current functionality.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-10-20 04:44:58 -0600 )edit