mexopencv  3.4.1
MEX interface for OpenCV library
Functions
anonymous_namespace{InferBbox.cpp} Namespace Reference

Functions

MxArray toStruct (const vector< cv::dnn_objdetect::object > &detections)
 Convert detections to struct array. More...
 

Function Documentation

◆ toStruct()

MxArray anonymous_namespace{InferBbox.cpp}::toStruct ( const vector< cv::dnn_objdetect::object > &  detections)

Convert detections to struct array.

Parameters
detectionsvector of detected objects
Returns
struct-array MxArray object

Definition at line 19 of file InferBbox.cpp.