Template Function xf::cv::xFBoxFilter3x3

Function Documentation

template<int SRC_T, int ROWS, int COLS, int DEPTH, int NPC, int WORDWIDTH_SRC, int WORDWIDTH_DST, int COLS_COUNT, bool USE_URAM>
void xf::cv::xFBoxFilter3x3(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 3x3 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