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

Class CvFuzzyCurve

 object --+    
          |    
??.instance --+
              |
             CvFuzzyCurve

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
addPoint(...)
addPoint( (CvFuzzyCurve)arg1, (object)x, (object)y) -> None :
 
calcValue(...)
calcValue( (CvFuzzyCurve)arg1, (object)param) -> float :
 
clear(...)
clear( (CvFuzzyCurve)arg1) -> None :
 
getCentre(...)
getCentre( (CvFuzzyCurve)arg1) -> float :
 
getValue(...)
getValue( (CvFuzzyCurve)arg1) -> float :
 
setCentre(...)
setCentre( (CvFuzzyCurve)arg1, (object)_centre) -> None :
 
setValue(...)
setValue( (CvFuzzyCurve)arg1, (object)_value) -> None :

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__ = 40
Properties [hide private]
  this

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

addPoint(...)

 

addPoint( (CvFuzzyCurve)arg1, (object)x, (object)y) -> None :

    C++ signature :
        void addPoint(CvFuzzyCurve {lvalue},double,double)

calcValue(...)

 

calcValue( (CvFuzzyCurve)arg1, (object)param) -> float :

    C++ signature :
        double calcValue(CvFuzzyCurve {lvalue},double)

clear(...)

 

clear( (CvFuzzyCurve)arg1) -> None :

    C++ signature :
        void clear(CvFuzzyCurve {lvalue})

getCentre(...)

 

getCentre( (CvFuzzyCurve)arg1) -> float :

    C++ signature :
        double getCentre(CvFuzzyCurve {lvalue})

getValue(...)

 

getValue( (CvFuzzyCurve)arg1) -> float :

    C++ signature :
        double getValue(CvFuzzyCurve {lvalue})

setCentre(...)

 

setCentre( (CvFuzzyCurve)arg1, (object)_centre) -> None :

    C++ signature :
        void setCentre(CvFuzzyCurve {lvalue},double)

setValue(...)

 

setValue( (CvFuzzyCurve)arg1, (object)_value) -> None :

    C++ signature :
        void setValue(CvFuzzyCurve {lvalue},double)


Property Details [hide private]

this

Get Method:
unreachable(...)