Function nvcvImageBatchGetType

Function Documentation

NVCVStatus nvcvImageBatchGetType(NVCVImageBatchHandle handle, NVCVTypeImageBatch *type)

Returns the underlying type of the image batch.

Parameters:
  • handle[in] Image batch to be queried.

    • Must not be NULL.

  • type[out] The image batch type.

Return values:
  • NVCV_ERROR_INVALID_ARGUMENT – Some parameter is outside valid range.

  • NVCV_SUCCESS – Operation executed successfully.