Enum NVCVImageBatchBufferType

Enum Documentation

enum NVCVImageBatchBufferType

Represents how the image buffer data is stored.

Values:

enumerator NVCV_IMAGE_BATCH_BUFFER_NONE

Invalid buffer type. This is commonly used to inform that no buffer type was selected.

enumerator NVCV_IMAGE_BATCH_VARSHAPE_BUFFER_STRIDED_CUDA

GPU-accessible with variable-shape planes in pitch-linear layout.