| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
CvMSERParams --+
|
MSER
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
| this | |||
|
Inherited from Inherited from |
|||
|
|||
__call__( (MSER)inst, (Mat)image, (Mat)mask) -> object :
Wrapped function:
operator()
Argument 'msers':
C/C++ type: ::std::vector< std::vector< cv::Point_<int> > > &.
Python type: list of Mat, e.g. [Mat(), Mat(), Mat()].
Invoke asMat() to convert every 1D Python sequence into a Mat, e.g.
[asMat([0,1,2]), asMat((0,1,2)].
Output argument: omitted from the function's calling sequence, and is
returned along with the function's return value (if any).
C++ signature :
boost::python::api::object __call__(cv::MSER,cv::Mat,cv::Mat)
|
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (object)_delta, (object)_min_area, (object)_max_area, (object)_max_variation, (object)_min_diversity, (object)_max_evolution, (object)_area_threshold, (object)_min_margin, (object)_edge_blur_size) -> None :
C++ signature :
void __init__(_object*,int,int,int,float,float,int,double,double,int)
|
|
|||
this
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 13 18:01:50 2010 | http://epydoc.sourceforge.net |