Package pycv :: Package interfaces :: Package opencv :: Module CVtypes :: Class CvConnectedComp
[hide private]
[frames] | no frames]

Class CvConnectedComp

source code

   object --+            
            |            
    ??._CData --+        
                |        
_ctypes.Structure --+    
                    |    
           _Structure --+
                        |
                       CvConnectedComp

Instance Methods [hide private]

Inherited from _Structure: __repr__

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__

Inherited from object: __delattr__, __getattribute__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Methods [hide private]

Inherited from _Structure: from_param

Class Variables [hide private]
  _fields_ = [('area', <class 'ctypes.c_double'>), ('value', <cl...
  area = <Field type=c_double, ofs=0, size=8>
  contour = <Field type=LP_CvSeq, ofs=56, size=4>
  rect = <Field type=CvRect, ofs=40, size=16>
  value = <Field type=CvScalar, ofs=8, size=32>
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Class Variable Details [hide private]

_fields_

Value:
[('area', <class 'ctypes.c_double'>),
 ('value', <class 'pycv.interfaces.opencv.CVtypes.CvScalar'>),
 ('rect', <class 'pycv.interfaces.opencv.CVtypes.CvRect'>),
 ('contour', <class 'ctypes.LP_CvSeq'>)]