Face recognition using HuMoments
Hello, i'm asking if i can use HuMoment for face recongition , i know there''s an api for face recogntion but i want to know about huMoments. Thanks in advance. Lafi
Hello, i'm asking if i can use HuMoment for face recongition , i know there''s an api for face recogntion but i want to know about huMoments. Thanks in advance. Lafi
Asked: 2016-12-18 12:59:41 -0600
Seen: 215 times
Last updated: Dec 18 '16
How to compile Python bindings for FaceRecognizer
createEigenFaceRecognizer no attribute error
python FaceRecognizer questions
How to insert array of <int> into CvArr
Need to .pgm image of specific size for FaceRecognizer in python
Best features to track fish underwater
face recognition (different image size)
Interpreting OpenCV FaceRecognition predicted confidence values
Have you google hu moment face recognition ?
i don't think, this will work. hu moments are just 7 numbers, while you usually need a few thousand, to make a good feature there.
okay, thank you @LBerger, also i want to know , i'm using face recognition provided by opencv but it give me a negative and a large value confidence , i dont understand why? i have tested the simple and followed it!!
@berak I have found some papers but after a quick reading I'm not convinced
@LBerger, yes, that idea has been tried (~10years ago). but more successful with like zernike or chebychev moments (instead of Hu), and working on image patches.
what can i say, i tried some of those, too, and other methods just worked better. in the end, the DNN folks have won that race, for sure.
(best thing, opencv has to offer here, is the new BIF descriptor (gabor-filters, in opencv_contrib) with an ANN, imho.)
The bif deescriptor can be used for face recogontion?? if yes please can you give me an example!!
@Lafi, see here