Struct NVCVImageDataRec

Struct Documentation

struct NVCVImageDataRec

Stores information about image characteristics and content.

Public Members

NVCVImageFormat format

Image format.

NVCVImageBufferType bufferType

Type of image buffer. It defines which member of the NVCVImageBuffer tagged union that must be used to access the image contents.

NVCVImageBuffer buffer

Stores the image contents.