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

Class KMeansIndexParams

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

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1 [, (object)branching_=32 [, (object)iterations_=11 [, (flann_centers_init_t)centers_init_=pyopencv.pyopencvext.flann_centers_init_t.CENTERS_RANDOM [, (object)cb_index_=0.20000000000000001]]]]) -> None :
 
createIndex(...)
createIndex( (KMeansIndexParams)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]
  branching
  cb_index
  centers_init
  iterations
  this

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1 [, (object)branching_=32 [, (object)iterations_=11 [, (flann_centers_init_t)centers_init_=pyopencv.pyopencvext.flann_centers_init_t.CENTERS_RANDOM [, (object)cb_index_=0.20000000000000001]]]]) -> None :

    C++ signature :
        void __init__(_object* [,int=32 [,int=11 [,cv::flann::flann_centers_init_t=pyopencv.pyopencvext.flann_centers_init_t.CENTERS_RANDOM [,float=0.20000000000000001]]]])

Overrides: object.__init__

createIndex(...)

 

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

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

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

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

Overrides: IndexFactory.createIndex

Property Details [hide private]

branching

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

cb_index

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

centers_init

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

iterations

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

this

Get Method:
unreachable(...)