cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
#include "hls_stream.h"
#include "ap_int.h"
#include "common/xf_common.hpp"
#include "common/xf_utility.hpp"
#include "features/xf_harris.hpp"
#include "xf_config_params.h"
#include "../../../host/harris/include/config.h"
#include "imgproc/xf_gammacorrection.hpp"
Go to the source code of this file.
Macros | |
#define | WIDTH FRAME_WIDTH |
#define | HEIGHT FRAME_HEIGHT |
#define | IMGSIZE WIDTH * HEIGHT |
#define | IMG_PACKETS IMGSIZE/(INPUT_PTR_WIDTH/8) |
#define | NPC1 XF_NPPC1 |
#define | IN_TYPE ap_uint<8> |
Functions | |
void | gammacorrection_accel (xf::cv::Mat< ap_uint< 8 >, FRAME_HEIGHT, FRAME_WIDTH, XF_NPPC1 > &imgInput1, xf::cv::Mat< OUT_TYPE, FRAME_HEIGHT, FRAME_WIDTH, XF_NPPC1 > &imgOutput, float gammaval) |
void | cornerGammacorrectionAccelStream (hls::stream< ap_axiu< INPUT_PTR_WIDTH, 0, 0, 0 > > &img_in_axi_stream, hls::stream< ap_axiu< INPUT_PTR_WIDTH, 0, 0, 0 > > &img_out_axi_stream, float gammaval) |