Template Function xFMaxSuppressionRad2

Function Documentation

template<int SRC_T, int DST_T, int ROWS, int COLS, int IN_DEPTH, int OUT_DEPTH, int NPC, int IN_WW, int OUT_WW, int TC>
void xFMaxSuppressionRad2(xf::cv::Mat<SRC_T, ROWS, COLS, NPC> &_src_mat, xf::cv::Mat<DST_T, ROWS, COLS, NPC> &_dst_mat, uint16_t img_height, uint16_t img_width)

xFMaxSuppressionRad2 : performs the non maximum suppression for Radius size 2 _src_mat : Input image _dst_mat : Output image