Function nvcvImageBatchGetUserPointer

Function Documentation

NVCVStatus nvcvImageBatchGetUserPointer(NVCVImageBatchHandle handle, void **outUserPtr)

Returns the user pointer associated with the image batch handle.

If no user pointer was associated, it’ll return a pointer to NULL.

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

  • outUserPtr[in] Pointer to where the user pointer will be stored.

    • Cannot be NULL.

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

  • NVCV_SUCCESS – Operation executed successfully.