Template Function xf::cv::Lscdistancebased

Function Documentation

template<int SRC_T, int DST_T, int ROWS, int COLS, int NPC = 1>
void xf::cv::Lscdistancebased(xf::cv::Mat<SRC_T, ROWS, COLS, NPC> &src, xf::cv::Mat<DST_T, ROWS, COLS, NPC> &dst)
Template Parameters:
  • SRC_T – input type

  • DST_T – ouput 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