Ask Your Question
0

Face recognizer xml model description

asked 2013-07-02 09:56:23 -0600

ispha gravatar image

can any one describe the content of the Face Recognizer .XML Model ?

What Features got Stored on it ? or how to read Stored Facial Features ?

how to identify or know the extracted Facial features Using The Saved .xml model File ?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-07-02 11:02:01 -0600

berak gravatar image

updated 2013-07-02 11:10:39 -0600

"What Features got Stored on it ?"

depends, on which of the 3 builtin recognizers you mean,

look at opencv\modules\contrib\src\facerec.cpp,

"how to read Stored Facial Features ?"

use a FileStorage object (again, look at the facerec src code)

also note, that some people might prefer to save as YML ( takes less space ) , so better not come up with your own xml parser.

"how to identify or know the extracted Facial features Using The Saved .xml model File ?"

don't you think, the FaceRecognizer class is the thing to use here ?

unless, ofc, you want to roll your own, and just grab the data

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-07-02 09:56:23 -0600

Seen: 92 times

Last updated: Jul 02 '13