Template Function xf::cv::xFBoxFilter5x5

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::xFBoxFilter5x5(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)

xFBoxFilter5x5 : Compute a Box filter of size 5x5 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