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

Class LDetector

 object --+    
          |    
??.instance --+
              |
             LDetector

Instance Methods [hide private]
 
__call__(...)
__call__( (LDetector)inst, (Mat)image [, (object)maxCount=0 [, (bool)scaleCoords=True]]) -> object :
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
getMostStable2D(...)
getMostStable2D( (LDetector)inst, (Mat)image, (list)keypoints, (object)maxCount, (PatchGenerator)patchGenerator) -> None :
 
read(...)
read( (LDetector)arg1, (FileNode)node) -> None :
 
setVerbose(...)
setVerbose( (LDetector)arg1, (bool)verbose) -> None :
 
write(...)
write( (LDetector)arg1, (FileStorage)fs [, (object)name='']) -> None :

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__ = 48
Properties [hide private]
  baseFeatureSize
  clusteringDistance
  nOctaves
  nViews
  radius
  this
  threshold
  verbose

Inherited from object: __class__

Method Details [hide private]

__call__(...)
(Call operator)

 

__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__(...)
(Constructor)

 

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

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

getMostStable2D(...)

 

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(...)

 

read( (LDetector)arg1, (FileNode)node) -> None :

    C++ signature :
        void read(cv::LDetector {lvalue},cv::FileNode)

setVerbose(...)

 

setVerbose( (LDetector)arg1, (bool)verbose) -> None :

    C++ signature :
        void setVerbose(cv::LDetector {lvalue},bool)

write(...)

 

write( (LDetector)arg1, (FileStorage)fs [, (object)name='']) -> None :

    C++ signature :
        void write(cv::LDetector {lvalue},cv::FileStorage {lvalue} [,std::string=''])


Property Details [hide private]

baseFeatureSize

Get Method:
unreachable(...)
Set Method:
unreachable(...)

clusteringDistance

Get Method:
unreachable(...)
Set Method:
unreachable(...)

nOctaves

Get Method:
unreachable(...)
Set Method:
unreachable(...)

nViews

Get Method:
unreachable(...)
Set Method:
unreachable(...)

radius

Get Method:
unreachable(...)
Set Method:
unreachable(...)

this

Get Method:
unreachable(...)

threshold

Get Method:
unreachable(...)
Set Method:
unreachable(...)

verbose

Get Method:
unreachable(...)
Set Method:
unreachable(...)