12
#ifndef __OPENCV_FACELANDMARK_HPP__
13
#define __OPENCV_FACELANDMARK_HPP__
21
#include "opencv2/core.hpp"
59
CV_WRAP
virtual
void
loadModel( String model ) = 0;
76
CV_WRAP
virtual
bool
fit( InputArray image,
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition:
mat.hpp:295
This is a base class for all more or less complex algorithms in OpenCV
Definition:
core.hpp:3091
Abstract base class for all facemark models
Definition:
facemark.hpp:48
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75
Definition:
cvstd_wrapper.hpp:74