Function cvcudaHistogramEqCreate

Function Documentation

NVCVStatus cvcudaHistogramEqCreate(NVCVOperatorHandle *handle, uint32_t maxBatchSize)

Constructs and an instance of the HistogramEq operator.

Parameters:
  • handle[out] Where the image instance handle will be written to.

    • Must not be NULL.

  • maxBatchSize[in] the maximum batch size.

Return values:
  • NVCV_ERROR_INVALID_ARGUMENT – Handle is null.

  • NVCV_ERROR_OUT_OF_MEMORY – Not enough memory to create the operator.

  • NVCV_SUCCESS – Operation executed successfully.