Function nvcvImageBatchSetUserPointer

Function Documentation

NVCVStatus nvcvImageBatchSetUserPointer(NVCVImageBatchHandle handle, void *userPtr)

Associates a user pointer to the image batch batch handle.

This pointer can be used to associate any kind of data with the image batch object.

Parameters:
  • handle[in] Image batch to be associated with the user pointer.

  • userPtr[in] User pointer.

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

  • NVCV_SUCCESS – Operation executed successfully.