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

Class AutotunedIndexParams

 object --+            
          |            
??.instance --+        
              |        
   IndexFactory --+    
                  |    
        IndexParams --+
                      |
                     AutotunedIndexParams

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1 [, (object)target_precision_=0.90000000000000002 [, (object)build_weight_=0.01 [, (object)memory_weight_=0 [, (object)sample_fraction_=0.10000000000000001]]]]) -> None :
 
createIndex(...)
createIndex( (AutotunedIndexParams)arg1, (Mat)dataset) -> flann_Index :

Inherited from IndexFactory: __reduce__

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]
  build_weight
  memory_weight
  sample_fraction
  target_precision
  this

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1 [, (object)target_precision_=0.90000000000000002 [, (object)build_weight_=0.01 [, (object)memory_weight_=0 [, (object)sample_fraction_=0.10000000000000001]]]]) -> None :

    C++ signature :
        void __init__(_object* [,float=0.90000000000000002 [,float=0.01 [,float=0 [,float=0.10000000000000001]]]])

Overrides: object.__init__

createIndex(...)

 

createIndex( (AutotunedIndexParams)arg1, (Mat)dataset) -> flann_Index :

    C++ signature :
        flann::Index* createIndex(cv::flann::AutotunedIndexParams {lvalue},cv::Mat)

createIndex( (AutotunedIndexParams)arg1, (Mat)dataset) -> flann_Index :

    C++ signature :
        flann::Index* createIndex(AutotunedIndexParams_wrapper {lvalue},cv::Mat)

Overrides: IndexFactory.createIndex

Property Details [hide private]

build_weight

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

memory_weight

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

sample_fraction

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

target_precision

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

this

Get Method:
unreachable(...)