Enum NVCVTypeImageBatch

Enum Documentation

enum NVCVTypeImageBatch

Underlying image batch type.

Values:

enumerator NVCV_TYPE_IMAGEBATCH_VARSHAPE

Batch of 2D images of different dimensions.

enumerator NVCV_TYPE_IMAGEBATCH_TENSOR

Batch of 2D images that have the same dimensions.

enumerator NVCV_TYPE_IMAGEBATCH_TENSOR_WRAPDATA

Image batch that wraps an user-allocated tensor buffer.