YUVIMAGE

typedef struct _YUVIMAGE 
{ 
   L_UINT uStructSize; 
   L_UINT Width; 
   L_UINT Height; 
   YUVPLANE Planes[3]; 
   L_UINT PlaneCount; 
   L_YUV Format; 
} YUVIMAGE; 

The YUVIMAGE structure contains the image data holder.

Members

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.

Width

The width of the image in pixels.

Height

The height of the image in pixels.

Planes

The planes of the image. Some images may only use one interleaved plane, whereas others will have distinct planes for Y, Cb, Cr.

PlaneCount

The number of planes in the image.

Format

The YUV format of the image.

Comments

The structure is used by:

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help