Questions About FaceRecognizer (Feature #3236)
Description
Dear all,
Right now I am developing a face recognition system by using OpenCV, and what I want to implement is to find the similarity of the given face and the faces in database, and can list the result like this:
face1: 95%
face2: 93%
face3: 92%
face4: 80%
I found a class named FaceRecognizer in opencv, and it has some interface like train and predict, but finally I found that this two interface only can judge whether a face is belong to the database or not, can not do what I want to do.
Is there any other interface can achieve my goal?
Associated revisions
Merge pull request #3236 from vpisarev:fix_traincascade
Merge 2.4 into master
PR #2968: cce2d99 8578f9c
Fixed bug which caused crash of GPU version of feature matcher in stitcher
The bug caused crash of GPU version of feature matcher in stitcher when
we use ORB features.
PR #3236: 5947519
Check sure that we're not already below required leaf false alarm rate before continuing to get negative samples.
PR #3190
fix blobdetector
PR #3562 (part): 82bd82e
TBB updated to 4.3u2. Fix for aarch64 support.
PR #3604 (part): 091c7a3
OpenGL interop sample reworked not ot use cvconfig.h
PR #3792: afdf319
Add -L for CUDA libs path to pkg-config
Add all dirs from CUDA_LIBS_PATH as -L linker options to
OPENCV_LINKER_LIBS. These will end up in opencv.pc.
PR #3893: 122b9f8
Turn ocv_convert_to_lib_name into a function
PR #5490: ec5244a
fixed memory leak in findHomography tests
PR #5491: 0d5b739
delete video readers
PR #5574
PR #5202
History
Updated by Steven Puttemans over 11 years ago
Actually your question should be posed at the Q&A forum (http://answers.opencv.org/questions) instead of at the development forum. It will get you some suggestion more quickly then here, where we focus on basic development of code.
- Status changed from New to Cancelled