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

Class Moments

 object --+    
          |    
??.instance --+
              |
             Moments

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle

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__ = 200
Properties [hide private]
  m00
  m01
  m02
  m03
  m10
  m11
  m12
  m20
  m21
  m30
  mu02
  mu03
  mu11
  mu12
  mu20
  mu21
  mu30
  nu02
  nu03
  nu11
  nu12
  nu20
  nu21
  nu30
  this

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (object)m00, (object)m10, (object)m01, (object)m20, (object)m11, (object)m02, (object)m30, (object)m21, (object)m12, (object)m03) -> None :

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

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

Property Details [hide private]

m00

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

m01

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

m02

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

m03

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

m10

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

m11

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

m12

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

m20

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

m21

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

m30

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

mu02

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

mu03

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

mu11

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

mu12

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

mu20

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

mu21

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

mu30

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

nu02

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

nu03

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

nu11

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

nu12

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

nu20

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

nu21

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

nu30

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

this

Get Method:
unreachable(...)