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

Class IplImage

source code

   object --+        
            |        
    ??._CData --+    
                |    
_ctypes.Structure --+
                    |
                   IplImage

Instance Methods [hide private]
 
__repr__(self)
Print the fields
source code

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 Variables [hide private]
  _fields_ = [('nSize', <class 'ctypes.c_long'>), ('ID', <class ...
  BorderConst = <Field type=c_long_Array_4, ofs=92, size=16>
  BorderMode = <Field type=c_long_Array_4, ofs=76, size=16>
  ID = <Field type=c_long, ofs=4, size=4>
  align = <Field type=c_long, ofs=36, size=4>
  alphaChannel = <Field type=c_long, ofs=12, size=4>
  channelSeq = <Field type=c_char_Array_4, ofs=24, size=4>
  colorModel = <Field type=c_char_Array_4, ofs=20, size=4>
  dataOrder = <Field type=c_long, ofs=28, size=4>
  depth = <Field type=c_long, ofs=16, size=4>
  height = <Field type=c_long, ofs=44, size=4>
  imageData = <Field type=c_long, ofs=68, size=4>
  imageDataOrigin = <Field type=c_char_p, ofs=108, size=4>
  imageID = <Field type=c_void_p, ofs=56, size=4>
  imageSize = <Field type=c_long, ofs=64, size=4>
  maskROI = <Field type=c_void_p, ofs=52, size=4>
  nChannels = <Field type=c_long, ofs=8, size=4>
  nSize = <Field type=c_long, ofs=0, size=4>
  origin = <Field type=c_long, ofs=32, size=4>
  roi = <Field type=c_void_p, ofs=48, size=4>
  tileInfo = <Field type=c_void_p, ofs=60, size=4>
  width = <Field type=c_long, ofs=40, size=4>
  widthStep = <Field type=c_long, ofs=72, size=4>
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

source code 
Print the fields
Overrides: object.__repr__

Class Variable Details [hide private]

_fields_

Value:
[('nSize', <class 'ctypes.c_long'>),
 ('ID', <class 'ctypes.c_long'>),
 ('nChannels', <class 'ctypes.c_long'>),
 ('alphaChannel', <class 'ctypes.c_long'>),
 ('depth', <class 'ctypes.c_long'>),
 ('colorModel',
  <class 'pycv.interfaces.opencv.CVtypes.c_char_Array_4'>),
 ('channelSeq', <class 'pycv.interfaces.opencv.CVtypes.c_char_Array_4'\
...