hbVPEqualizehist

int32_t hbVPEqualizeHist(hbUCPTaskHandle_t *taskHandle, hbVPImage *dstImg, hbVPImage const *srcImg);

The API for calling the EqualizeHist.

  • Parameter
    • [out] task Task handles are responsible for the interaction of the operator with the UCP architecture.
    • [out] dstImg The output picture, type, format and size are the same as the input picture.
    • [in] srcImg The input picture type supports U8C1 and format supports Y.
  • Return Value
    • Return 0 means the API was successfully executed, otherwise the execution failed.