cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
The Gammacorrection top-level. More...
#include "../include/xf_gammacorrection_config.h"
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... | |