Template Function xf::cv::xFCensus5x5

Function Documentation

template<int ROWS, int COLS, int DEPTH_SRC, int DEPTH_DST, int NPC, int WORDWIDTH_SRC, int WORDWIDTH_DST>
void xf::cv::xFCensus5x5(hls::stream<XF_SNAME(WORDWIDTH_SRC)> &_src_mat, hls::stream<XF_SNAME(WORDWIDTH_DST)> &_dst_mat, uint16_t img_height, uint16_t img_width)

xFCensus5x5 : 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