1 | initial version |
Try to use Local Binary Patterns Histograms, they don't require your input images to be of equal size:
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:
3 | No.3 Revision |
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: