mexopencv
3.4.1
MEX interface for OpenCV library
|
Functions | |
Ptr< GraphSegmentation > | create_GraphSegmentation (vector< MxArray >::const_iterator first, vector< MxArray >::const_iterator last) |
Create an instance of GraphSegmentation using options in arguments. More... | |
Ptr< SelectiveSearchSegmentationStrategyMultiple > | create_SelectiveSearchSegmentationStrategyMultiple (vector< MxArray >::const_iterator first, vector< MxArray >::const_iterator last) |
Create an instance of SelectiveSearchSegmentationStrategyMultiple using options in arguments. More... | |
Ptr< SelectiveSearchSegmentationStrategy > | create_SelectiveSearchSegmentationStrategy (const string &type, vector< MxArray >::const_iterator first, vector< MxArray >::const_iterator last) |
Create an instance of SelectiveSearchSegmentationStrategy using options in arguments. More... | |
Variables | |
int | last_id = 0 |
Last object id to allocate. More... | |
map< int, Ptr< SelectiveSearchSegmentation > > | obj_ |
Object container. More... | |
Ptr<GraphSegmentation> anonymous_namespace{SelectiveSearchSegmentation_.cpp}::create_GraphSegmentation | ( | vector< MxArray >::const_iterator | first, |
vector< MxArray >::const_iterator | last | ||
) |
Create an instance of GraphSegmentation using options in arguments.
first | iterator at the beginning of the vector range |
last | iterator at the end of the vector range |
Definition at line 26 of file SelectiveSearchSegmentation_.cpp.
Ptr<SelectiveSearchSegmentationStrategy> anonymous_namespace{SelectiveSearchSegmentation_.cpp}::create_SelectiveSearchSegmentationStrategy | ( | const string & | type, |
vector< MxArray >::const_iterator | first, | ||
vector< MxArray >::const_iterator | last | ||
) |
Create an instance of SelectiveSearchSegmentationStrategy using options in arguments.
type | stereo matcher type, one of:
|
first | iterator at the beginning of the vector range |
last | iterator at the end of the vector range |
Definition at line 94 of file SelectiveSearchSegmentation_.cpp.
Ptr<SelectiveSearchSegmentationStrategyMultiple> anonymous_namespace{SelectiveSearchSegmentation_.cpp}::create_SelectiveSearchSegmentationStrategyMultiple | ( | vector< MxArray >::const_iterator | first, |
vector< MxArray >::const_iterator | last | ||
) |
Create an instance of SelectiveSearchSegmentationStrategyMultiple using options in arguments.
first | iterator at the beginning of the vector range |
last | iterator at the end of the vector range |
Definition at line 56 of file SelectiveSearchSegmentation_.cpp.
int anonymous_namespace{SelectiveSearchSegmentation_.cpp}::last_id = 0 |
Last object id to allocate.
Definition at line 17 of file SelectiveSearchSegmentation_.cpp.
map<int,Ptr<SelectiveSearchSegmentation> > anonymous_namespace{SelectiveSearchSegmentation_.cpp}::obj_ |
Object container.
Definition at line 19 of file SelectiveSearchSegmentation_.cpp.