Template Function xf::cv::xFCensusTransformKernel

Function Documentation

template<int ROWS, int COLS, int DEPTH_SRC, int DEPTH_DST, int NPC, int WORDWIDTH_SRC, int WORDWIDTH_DST>
void xf::cv::xFCensusTransformKernel(hls::stream<XF_SNAME(WORDWIDTH_SRC)> &_src, hls::stream<XF_SNAME(WORDWIDTH_DST)> &_dst, uint8_t _window_size, uint8_t _border_type, uint16_t img_height, uint16_t img_width)

xFCensusTransformKernel : This function calls the transform operations depending upon the window size. This acts as a wrapper function.