Defines the buffer layout to create cvb.WrappedImage from python buffers.
More...
Inherits object.
|
int | HeightWidthPlane = 3 |
| RGB interleaved and C-contignous interpretation (numpy default)
|
|
int | PlaneHeightWidth = 1 |
| RGB planar and C-contignous interpretation.
|
|
int | PlaneWidthHeight = 0 |
| RGB interleaved and Fortran contignous interpretation.
|
|
int | WidthHeightPlane = 2 |
| RGB planar and Fortran contignous interpretation.
|
|
Defines the buffer layout to create cvb.WrappedImage from python buffers.