Package pyopencv :: Module cv_hpp_ext :: Class MSER
[hide private]
[frames] | no frames]

Class MSER

 object --+    
          |    
??.instance --+
              |
             MSER

Instance Methods [hide private]
 
__call__(...)
__call__( (MSER)inst, (Mat)image, (Mat)mask) -> object :
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __instance_size__ = 56
Properties [hide private]
  this

Inherited from object: __class__

Method Details [hide private]

__call__(...)
(Call operator)

 

__call__( (MSER)inst, (Mat)image, (Mat)mask) -> object :
    
    Wrapped function:
        operator()
    Argument 'msers':
        C++ type: ::std::vector< std::vector< cv::Point_<int> > > &
        Python type: vector_vector_Point2i
        Output argument: omitted from input and returned as output.
    Returns:
        msers

    C++ signature :
        boost::python::api::object __call__(cv::MSER,cv::Mat,cv::Mat)

__init__(...)
(Constructor)

 

__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)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

Property Details [hide private]

this

Get Method:
unreachable(...)