| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
SURF
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 32
|
|||
|
|||
| this | |||
|
Inherited from |
|||
|
|||
__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__( (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]]])
|
helper for pickle
|
descriptorSize( (SURF)arg1) -> int :
C++ signature :
int descriptorSize(cv::SURF {lvalue})
|
|
|||
this
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:04 2010 | http://epydoc.sourceforge.net |