Template Function xf::cv::modefilter

Function Documentation

template<int FILTER_SIZE, int BORDER_TYPE, int TYPE, int ROWS, int COLS, int NPC = 1>
void xf::cv::modefilter(xf::cv::Mat<TYPE, ROWS, COLS, NPC> &_src, xf::cv::Mat<TYPE, ROWS, COLS, NPC> &_dst)
Template Parameters:
  • FILTER_SIZE – filter size

  • BORDER_TYPE – border type

  • TYPE – input and output type

  • ROWS – rows of the input and output image

  • COLS – cols of the input and output image

  • NPC – number of pixels processed per cycle

Parameters:
  • _src – input image

  • _dst – output image