Package pyopencv :: Module pyopencvext :: Class StarDetector
[hide private]
[frames] | no frames]

Class StarDetector

      object --+        
               |        
     ??.instance --+    
                   |    
CvStarDetectorParams --+
                       |
                      StarDetector

Instance Methods [hide private]
 
__call__(...)
__call__( (StarDetector)inst, (Mat)image) -> object :
 
__init__(...)
__init__( (object)arg1) -> None :

Inherited from CvStarDetectorParams: __reduce__

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]

Inherited from CvStarDetectorParams: __instance_size__

Properties [hide private]
  this

Inherited from CvStarDetectorParams: lineThresholdBinarized, lineThresholdProjected, maxSize, responseThreshold, suppressNonmaxSize

Inherited from object: __class__

Method Details [hide private]

__call__(...)
(Call operator)

 

__call__( (StarDetector)inst, (Mat)image) -> object :
    
    Wrapped function:
        operator()
    Argument 'keypoints':
        C/C++ type: ::std::vector< cv::KeyPoint > &.
        Python type: list.
        To convert a Mat into a list, invoke one of Mat's member functions 
        to_list_of_...().
        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::StarDetector,cv::Mat)

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (object)_maxSize, (object)_responseThreshold, (object)_lineThresholdProjected, (object)_lineThresholdBinarized, (object)_suppressNonmaxSize) -> None :

    C++ signature :
        void __init__(_object*,int,int,int,int,int)

Overrides: object.__init__

Property Details [hide private]

this

Get Method:
unreachable(...)