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

Class LUTFunc

 object --+    
          |    
??.instance --+
              |
             LUTFunc

Instance Methods [hide private]
 
__call__(...)
__call__( (LUTFunc)arg1, (object)input) -> float :
 
__init__(...)
__init__( (object)arg1, (object)low, (object)high, (object)output_low, (object)output_high, (vector_float64)output) -> None :
 
__reduce__(...)
helper for pickle
 
__temp_func(...)
__temp_func( (LUTFunc)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__ = 64
Properties [hide private]
  high
  interval
  low
  output
  output_high
  output_low
  this

Inherited from object: __class__

Method Details [hide private]

__call__(...)
(Call operator)

 

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

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

__init__(...)
(Constructor)

 

__init__( (object)arg1, (object)low, (object)high, (object)output_low, (object)output_high, (vector_float64)output) -> None :

    C++ signature :
        void __init__(_object*,double,double,double,double,std::vector<double, std::allocator<double> >)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__temp_func(...)

 

__temp_func( (LUTFunc)arg1) -> StepFunc :

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


Property Details [hide private]

high

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

interval

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

low

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

output

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

output_high

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

output_low

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

this

Get Method:
unreachable(...)