Ask Your Question

Revision history [back]

click to hide/show revision 2
added link to sorin

Try to use Local Binary Patterns Histograms, they don't require your input images to be of equal size:

And for face alignment, you can find a script in the chapter //Aligning Face Images// at:

This should be easy to translate to any language you want, ssee Sorin's C# version for example:

Try to use Local Binary Patterns Histograms, they don't require your input images to be of equal size:

And for face alignment, you can find a script in the chapter //Aligning Aligning Face Images// Images of the OpenCV Face Recognition tutorial at:

This should be easy to translate to any language you want, ssee Sorin's C# version for example: