mexopencv
3.4.1
MEX interface for OpenCV library
|
Functions | |
MxArray | toStruct (const vector< pair< Point2i, Point2i > > &correspondences) |
Convert correspondences to struct array. More... | |
Variables | |
int | last_id = 0 |
Last object id to allocate. More... | |
map< int, Ptr< GPCForest5 > > | obj_ |
Object container. More... | |
const ConstMap< string, GPCDescType > | GPCDescTypeMap |
GPC descriptor types for option processing. More... | |
MxArray anonymous_namespace{GPCForest_.cpp}::toStruct | ( | const vector< pair< Point2i, Point2i > > & | correspondences | ) |
Convert correspondences to struct array.
correspondences | vector of pairs of points |
Definition at line 34 of file GPCForest_.cpp.
const ConstMap<string,GPCDescType> anonymous_namespace{GPCForest_.cpp}::GPCDescTypeMap |
GPC descriptor types for option processing.
Definition at line 26 of file GPCForest_.cpp.
int anonymous_namespace{GPCForest_.cpp}::last_id = 0 |
Last object id to allocate.
Definition at line 21 of file GPCForest_.cpp.
map<int,Ptr<GPCForest5> > anonymous_namespace{GPCForest_.cpp}::obj_ |
Object container.
Definition at line 23 of file GPCForest_.cpp.