Template Function xf::cv::xFBoxFilter7x7

Function Documentation

template<int SRC_T, int ROWS, int COLS, int DEPTH, int NPC, int WORDWIDTH_SRC, int WORDWIDTH_DST, int WORDWIDTH_AP, int TC, bool USE_URAM>
void xf::cv::xFBoxFilter7x7(xf::cv::Mat<SRC_T, ROWS, COLS, NPC> &_src_mat, xf::cv::Mat<SRC_T, ROWS, COLS, NPC> &_dst_mat, uint16_t img_height, uint16_t img_width)

xFBoxFilter : Compute a Box filter of size 7x7 over a window of the input image. Inputs : _src_mat –> input image of type XF_8U, XF_16U or XF_16S Output : _dst_mat –> output image of input type