mexopencv
3.4.1
MEX interface for OpenCV library
|
Functions | |
bool | matlab_face_detector (InputArray image_, OutputArray faces_, void *userData) |
Custom face detector implemented as a MATLAB function. More... | |
Ptr< FacemarkKazemi > | createFacemarkKazemi (vector< MxArray >::const_iterator first, vector< MxArray >::const_iterator last) |
Create an instance of FacemarkKazemi using options in arguments. More... | |
Variables | |
int | last_id = 0 |
Last object id to allocate. More... | |
map< int, Ptr< FacemarkKazemi > > | obj_ |
Object container. More... | |
string | func |
name of MATLAB function to evaluate (custom face detector) More... | |
Ptr<FacemarkKazemi> anonymous_namespace{FacemarkKazemi_.cpp}::createFacemarkKazemi | ( | vector< MxArray >::const_iterator | first, |
vector< MxArray >::const_iterator | last | ||
) |
Create an instance of FacemarkKazemi using options in arguments.
first | iterator at the beginning of the vector range |
last | iterator at the end of the vector range |
Definition at line 58 of file FacemarkKazemi_.cpp.
bool anonymous_namespace{FacemarkKazemi_.cpp}::matlab_face_detector | ( | InputArray | image_, |
OutputArray | faces_, | ||
void * | userData | ||
) |
Custom face detector implemented as a MATLAB function.
image_ | input image. |
faces_ | output faces. |
userData | optional user-specified parameters (unused here) |
Definition at line 29 of file FacemarkKazemi_.cpp.
string anonymous_namespace{FacemarkKazemi_.cpp}::func |
name of MATLAB function to evaluate (custom face detector)
Definition at line 21 of file FacemarkKazemi_.cpp.
int anonymous_namespace{FacemarkKazemi_.cpp}::last_id = 0 |
Last object id to allocate.
Definition at line 17 of file FacemarkKazemi_.cpp.
map<int,Ptr<FacemarkKazemi> > anonymous_namespace{FacemarkKazemi_.cpp}::obj_ |
Object container.
Definition at line 19 of file FacemarkKazemi_.cpp.