Home | Trees | Indices | Help |
---|
|
object --+ | ??.instance --+ | LDetector
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__instance_size__ = 48
|
|
|||
baseFeatureSize | |||
clusteringDistance | |||
nOctaves | |||
nViews | |||
radius | |||
this | |||
threshold | |||
verbose | |||
Inherited from |
|
__call__( (LDetector)inst, (Mat)image [, (object)maxCount=0 [, (bool)scaleCoords=True]]) -> 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::LDetector,cv::Mat [,int=0 [,bool=True]]) __call__( (LDetector)inst, (list)pyr [, (object)maxCount=0 [, (bool)scaleCoords=True]]) -> object : Wrapped function: operator() Argument 'pyr': C/C++ type: ::std::vector< cv::Mat > const &. Python type: list. To convert a Mat into a list, invoke one of Mat's member functions to_list_of_...(). 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::LDetector,boost::python::list [,int=0 [,bool=True]]) |
__init__( (object)arg1) -> None : C++ signature : void __init__(_object*) __init__( (object)arg1, (object)_radius, (object)_threshold, (object)_nOctaves, (object)_nViews, (object)_baseFeatureSize, (object)_clusteringDistance) -> None : C++ signature : void __init__(_object*,int,int,int,int,double,double)
|
helper for pickle
|
getMostStable2D( (LDetector)inst, (Mat)image, (list)keypoints, (object)maxCount, (PatchGenerator)patchGenerator) -> None : 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_...(). C++ signature : void getMostStable2D(cv::LDetector,cv::Mat,boost::python::list {lvalue},int,cv::PatchGenerator) |
read( (LDetector)arg1, (FileNode)node) -> None : C++ signature : void read(cv::LDetector {lvalue},cv::FileNode) |
setVerbose( (LDetector)arg1, (bool)verbose) -> None : C++ signature : void setVerbose(cv::LDetector {lvalue},bool) |
write( (LDetector)arg1, (FileStorage)fs [, (object)name='']) -> None : C++ signature : void write(cv::LDetector {lvalue},cv::FileStorage {lvalue} [,std::string='']) |
|
baseFeatureSize
|
clusteringDistance
|
nOctaves
|
nViews
|
radius
|
this
|
threshold
|
verbose
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Apr 08 01:48:18 2010 | http://epydoc.sourceforge.net |