|
mexopencv
3.4.1
MEX interface for OpenCV library
|
Functions | |
| DetectionROI | MxArrayToDetectionROI (const MxArray &arr, mwIndex idx=0) |
| Convert MxArray to cv::DetectionROI. More... | |
| vector< DetectionROI > | MxArrayToVectorDetectionROI (const MxArray &arr) |
| Convert MxArray to std::vector<cv::DetectionROI> More... | |
| MxArray | toStruct (const vector< DetectionROI > &rois) |
| Convert vector of detection region of interest to struct array. More... | |
Variables | |
| int | last_id = 0 |
| Last object id to allocate. More... | |
| map< int, Ptr< HOGDescriptor > > | obj_ |
| Object container. More... | |
| const ConstMap< string, int > | HistogramNormType |
| HistogramNormType map. More... | |
| const ConstMap< int, string > | InvHistogramNormType |
| HistogramNormType inverse map. More... | |
| DetectionROI anonymous_namespace{HOGDescriptor_.cpp}::MxArrayToDetectionROI | ( | const MxArray & | arr, |
| mwIndex | idx = 0 |
||
| ) |
Convert MxArray to cv::DetectionROI.
| arr | struct-array MxArray object |
| idx | linear index of the struct array element |
Definition at line 31 of file HOGDescriptor_.cpp.
| vector<DetectionROI> anonymous_namespace{HOGDescriptor_.cpp}::MxArrayToVectorDetectionROI | ( | const MxArray & | arr | ) |
Convert MxArray to std::vector<cv::DetectionROI>
| arr | struct-array MxArray object |
Definition at line 47 of file HOGDescriptor_.cpp.
| MxArray anonymous_namespace{HOGDescriptor_.cpp}::toStruct | ( | const vector< DetectionROI > & | rois | ) |
Convert vector of detection region of interest to struct array.
| rois | vector of DetectionROI instances |
Definition at line 68 of file HOGDescriptor_.cpp.
HistogramNormType map.
Definition at line 20 of file HOGDescriptor_.cpp.
HistogramNormType inverse map.
Definition at line 23 of file HOGDescriptor_.cpp.
| int anonymous_namespace{HOGDescriptor_.cpp}::last_id = 0 |
Last object id to allocate.
Definition at line 15 of file HOGDescriptor_.cpp.
| map<int,Ptr<HOGDescriptor> > anonymous_namespace{HOGDescriptor_.cpp}::obj_ |
Object container.
Definition at line 17 of file HOGDescriptor_.cpp.
1.8.14