Template Function xFSuppression3x3

Function Documentation

template<int IN_T1, int IN_T2, int DST_T, int ROWS, int COLS, int DEPTH_IN, int DEPTH_PHASE, int DEPTH_OUT, int NPC, int WORDWIDTH_SRC, int WORDWIDTH_PHASE, int WORDWIDTH_DST, int COLS_COUNT, int TC1, int TC2>
void xFSuppression3x3(xf::cv::Mat<IN_T1, ROWS, COLS, NPC, TC2> &_magnitude_mat, xf::cv::Mat<IN_T2, ROWS, COLS, NPC, TC1> &_phase_mat, xf::cv::Mat<DST_T, ROWS, COLS, NPC> &_dst_mat, uchar_t low_threshold, uchar_t high_threshold, uint16_t imgheight, uint16_t imgwidth)

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