Template Function xf::cv::colorcorrectionmatrix

Function Documentation

template<int CCM_TYPE, int SRC_T, int DST_T, int ROWS, int COLS, int NPC = 1, int S_DEPTH = 2>
void xf::cv::colorcorrectionmatrix(xf::cv::Mat<SRC_T, ROWS, COLS, NPC, S_DEPTH> &_src_mat, xf::cv::Mat<SRC_T, ROWS, COLS, NPC> &_dst_mat)
Template Parameters:
  • CCM_TYPE – colorcorrection type

  • 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_mat – input image

  • _dst_mat – output image