Function nvcvImageBatchExportData

Function Documentation

NVCVStatus nvcvImageBatchExportData(NVCVImageBatchHandle handle, CUstream stream, NVCVImageBatchData *data)

Retrieve the image batch contents.

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

    • Must not be NULL.

  • stream[in] CUDA stream where the export operation will execute.

  • data[out] Where the image batch buffer information will be written to.

    • Must not be NULL.

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

  • NVCV_SUCCESS – Operation executed successfully.