Struct NVCVImageBatchDataRec

Struct Documentation

struct NVCVImageBatchDataRec

Stores information about image batch characteristics and content.

Public Members

int32_t numImages

Number of images in the image batch

NVCVImageBatchBufferType bufferType

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

NVCVImageBatchBuffer buffer

Stores the image batch contents.