Function nvcvArrayExportData

Function Documentation

NVCVStatus nvcvArrayExportData(NVCVArrayHandle handle, NVCVArrayData *data)

Retrieve the array contents.

Parameters:
  • handle[in] Array to be queried.

    • Must not be NULL.

  • data[out] Where the array 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.