cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
xf_ocv_ref.hpp
Go to the documentation of this file.
1 
17 
42 
54 #ifndef _XF_OCV_REF_HPP_
55 #define _XF_OCV_REF_HPP_
56 #include "xf_config_params.h"
57 
58 using namespace cv;
59 using namespace std;
60 
61 
62 void ocv_ref(cv::Mat img_gray, cv::Mat& ocv_out_img, int ksize) {
63 
64  cv::medianBlur (img_gray, ocv_out_img, ksize);
65 
66 }
67 
68 
69 #endif
70 
71 
void ocv_ref(cv::Mat img_gray, cv::Mat &ocv_out_img, float Th)
Definition: xf_ocv_ref.hpp:552
The WarpTransform IP configuration header.