Package pyopencv :: Module sdopencv_ext :: Class StumpFunc
[hide private]
[frames] | no frames]

Class StumpFunc

 object --+    
          |    
??.instance --+
              |
             StumpFunc

Instance Methods [hide private]
 
__call__(...)
__call__( (StumpFunc)arg1, (object)input) -> float :
 
__init__(...)
__init__( (object)arg1, (object)neg_val, (object)pos_val [, (object)threshold=0]) -> None :
 
__reduce__(...)
helper for pickle
 
__temp_func(...)
__temp_func( (StumpFunc)arg1) -> StepFunc :

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]
  neg_val
  pos_val
  this
  threshold

Inherited from object: __class__

Method Details [hide private]

__call__(...)
(Call operator)

 

__call__( (StumpFunc)arg1, (object)input) -> float :

    C++ signature :
        double __call__(sdopencv::StumpFunc {lvalue},double)

__init__(...)
(Constructor)

 

__init__( (object)arg1, (object)neg_val, (object)pos_val [, (object)threshold=0]) -> None :

    C++ signature :
        void __init__(_object*,double,double [,double=0])

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__temp_func(...)

 

__temp_func( (StumpFunc)arg1) -> StepFunc :

    C++ signature :
        sdopencv::StepFunc __temp_func(sdopencv::StumpFunc {lvalue})


Property Details [hide private]

neg_val

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

pos_val

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

this

Get Method:
unreachable(...)

threshold

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