mv_face_recognition_model_h typedef
@brief The handle to the model aggregating recognition face features. @details This handle can be used for faces recognizing with mv_face_recognize() function. Handle has to be created by mv_face_recognition_model_create() and destroyed by mv_face_recognition_model_destroy() functions. To use recognition models effectively learning process has to be performed before recognition. In other words, appropriate set of the face image examples has to be collected with mv_face_recognition_model_add() function before mv_face_recognition_model_learn() function call, then recognition can be performed with mv_face_recognize().
@since_tizen 3.0
@see mv_face_recognition_model_create() @see mv_face_recognition_model_destroy() @see mv_face_recognition_model_learn()
Implementation
typedef mv_face_recognition_model_h = ffi.Pointer<ffi.Void>;