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

Class SURF

 object --+    
          |    
??.instance --+
              |
             SURF

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

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__ = 32
Properties [hide private]
  this

Inherited from object: __class__

Method Details [hide private]

__call__(...)
(Call operator)

 

__call__( (SURF)inst, (Mat)img, (Mat)mask) -> object :
    
    Wrapped function:
        operator()
    Argument 'keypoints':
        C++ type: ::std::vector< cv::KeyPoint > &
        Python type: vector_KeyPoint
        Output argument: omitted from input and returned as output.
    Returns:
        keypoints

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

__call__( (SURF)inst, (Mat)img, (Mat)mask, (vector_KeyPoint)keypoints [, (bool)useProvidedKeypoints=False]) -> object :
    
    Wrapped function:
        operator()
    Argument 'descriptors':
        C++ type: ::std::vector< float > &
        Python type: vector_float32
        Output argument: omitted from input and returned as output.
    Returns:
        descriptors

    C++ signature :
        boost::python::api::object __call__(cv::SURF,cv::Mat,cv::Mat,std::vector<cv::KeyPoint, std::allocator<cv::KeyPoint> > {lvalue} [,bool=False])

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (object)_hessianThreshold [, (object)_nOctaves=4 [, (object)_nOctaveLayers=2 [, (bool)_extended=False]]]) -> None :

    C++ signature :
        void __init__(_object*,double [,int=4 [,int=2 [,bool=False]]])

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

descriptorSize(...)

 

descriptorSize( (SURF)arg1) -> int :

    C++ signature :
        int descriptorSize(cv::SURF {lvalue})


Property Details [hide private]

this

Get Method:
unreachable(...)