CVBpy 14.0
BufferLayout Class Reference

Defines the buffer layout to create cvb.WrappedImage from python buffers. More...

Inherits object.

Static Public Attributes

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.
 

Detailed Description

Defines the buffer layout to create cvb.WrappedImage from python buffers.