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

Class CvParamGrid

 object --+    
          |    
??.instance --+
              |
             CvParamGrid

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
__repr__(self)
repr(x)
 
check(...)
check( (CvParamGrid)arg1) -> bool :

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  SVM_C = 0
  SVM_COEF = 4
  SVM_DEGREE = 5
  SVM_GAMMA = 1
  SVM_NU = 3
  SVM_P = 2
  __instance_size__ = 32
Properties [hide private]
  max_val
  min_val
  step
  this

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (object)_min_val, (object)_max_val, (object)log_step) -> None :

    C++ signature :
        void __init__(_object*,double,double,double)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

check(...)

 

check( (CvParamGrid)arg1) -> bool :

    C++ signature :
        bool check(CvParamGrid {lvalue})


Property Details [hide private]

max_val

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

min_val

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

step

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

this

Get Method:
unreachable(...)