VPI - Vision Programming Interface

0.1.0 Release

VPIImageDataRec Struct Reference

Stores information about image characteristics and content. More...

#include <vpi/Image.h>

+ Collaboration diagram for VPIImageDataRec:

Data Fields

VPIImageType type
 Image type.
 
int32_t numPlanes
 Number of planes.
 
VPIImagePlane planes [VPI_MAX_PLANE_COUNT]
 Data of all image planes. More...
 

Detailed Description

Stores information about image characteristics and content.

Definition at line 143 of file Image.h.

Field Documentation

◆ planes

VPIImagePlane VPIImageDataRec::planes[VPI_MAX_PLANE_COUNT]

Data of all image planes.

Only the first numPlanes elements have valid data.

Definition at line 151 of file Image.h.


The documentation for this struct was generated from the following file: