|
mexopencv
3.4.1
MEX interface for OpenCV library
|
Functions | |
| MxArray | toStruct (const Elliptic_KeyPoint &kpt) |
| MxArray | toStruct (const vector< Elliptic_KeyPoint > &kpts) |
| Elliptic_KeyPoint | MxArrayToEllipticKeyPoint (const MxArray &arr, mwIndex idx) |
| vector< Elliptic_KeyPoint > | MxArrayToVectorEllipticKeyPoint (const MxArray &arr) |
Variables | |
| int | last_id = 0 |
| Last object id to allocate. More... | |
| map< int, Ptr< AffineFeature2D > > | obj_ |
| Object container. More... | |
| const char * | cv_elliptic_keypoint_fields [9] |
| Field names for cv::xfeatures2d::Elliptic_KeyPoint. More... | |
| Elliptic_KeyPoint anonymous_namespace{AffineFeature2D_.cpp}::MxArrayToEllipticKeyPoint | ( | const MxArray & | arr, |
| mwIndex | idx | ||
| ) |
Definition at line 59 of file AffineFeature2D_.cpp.
| vector<Elliptic_KeyPoint> anonymous_namespace{AffineFeature2D_.cpp}::MxArrayToVectorEllipticKeyPoint | ( | const MxArray & | arr | ) |
Definition at line 74 of file AffineFeature2D_.cpp.
| MxArray anonymous_namespace{AffineFeature2D_.cpp}::toStruct | ( | const Elliptic_KeyPoint & | kpt | ) |
Definition at line 27 of file AffineFeature2D_.cpp.
| MxArray anonymous_namespace{AffineFeature2D_.cpp}::toStruct | ( | const vector< Elliptic_KeyPoint > & | kpts | ) |
Definition at line 42 of file AffineFeature2D_.cpp.
| const char* anonymous_namespace{AffineFeature2D_.cpp}::cv_elliptic_keypoint_fields[9] |
Field names for cv::xfeatures2d::Elliptic_KeyPoint.
Definition at line 24 of file AffineFeature2D_.cpp.
| int anonymous_namespace{AffineFeature2D_.cpp}::last_id = 0 |
Last object id to allocate.
Definition at line 19 of file AffineFeature2D_.cpp.
| map<int,Ptr<AffineFeature2D> > anonymous_namespace{AffineFeature2D_.cpp}::obj_ |
Object container.
Definition at line 21 of file AffineFeature2D_.cpp.
1.8.14