cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
xf_gammacorrection_accel.cpp File Reference

The Gammacorrection top-level. More...

Include dependency graph for xf_gammacorrection_accel.cpp:

Go to the source code of this file.

Functions

void gammacorrection_accel (xf::cv::Mat< XF_8UC1, 256, 256, XF_NPPC1 > &imgInput1, xf::cv::Mat< XF_8UC1, 256, 256, XF_NPPC1 > &imgOutput, float gammaval)
 Top-level accelerated function of the Gammacorrection Application with xf::cv I/F. More...
 
void GammacorrectionAccelArray (ap_uint< 64 > *img_inp, ap_uint< 64 > *img_out, int rows, int cols, int threshold, int k)
 Top-level accelerated function of the Gammacorrection Application with array I/F. More...
 
void GammacorrectionAccelStream (hls::stream< ap_axiu< 64, 0, 0, 0 > > &img_in_axi_stream, hls::stream< ap_axiu< 64, 0, 0, 0 > > &img_out_axi_stream, int rows, int cols, int threshold, int k)
 Top-level accelerated function of the Gammacorrection Application with array I/F. More...
 

Detailed Description

The Gammacorrection top-level.

Author
DID
Date
June 2020

Definition in file xf_gammacorrection_accel.cpp.