Function nvcvImageSetUserPointer

Function Documentation

NVCVStatus nvcvImageSetUserPointer(NVCVImageHandle handle, void *userPtr)

Associates a user pointer to the image handle.

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

Parameters:
  • handle[in] Image 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.