mexopencv
3.4.1
MEX interface for OpenCV library
|
Functions | |
MxArray | toStruct (const vector< DPMDetector::ObjectDetection > &vo, const vector< string > &classNames) |
Convert object detections to struct array. More... | |
Variables | |
int | last_id = 0 |
Last object id to allocate. More... | |
map< int, Ptr< DPMDetector > > | obj_ |
Object container. More... | |
MxArray anonymous_namespace{DPMDetector_.cpp}::toStruct | ( | const vector< DPMDetector::ObjectDetection > & | vo, |
const vector< string > & | classNames | ||
) |
Convert object detections to struct array.
vo | vector of detections |
classNames | mapping of class IDs to class names |
Definition at line 27 of file DPMDetector_.cpp.
int anonymous_namespace{DPMDetector_.cpp}::last_id = 0 |
Last object id to allocate.
Definition at line 18 of file DPMDetector_.cpp.
map<int,Ptr<DPMDetector> > anonymous_namespace{DPMDetector_.cpp}::obj_ |
Object container.
Definition at line 20 of file DPMDetector_.cpp.