Template Function xf::cv::xFarithm_proc(xf::cv::Mat<SRC_T, ROWS, COLS, NPC, XFPDEPTH>&, xf::cv::Mat<SRC_T, ROWS, COLS, NPC>&, xf::cv::Scalar<XF_CHANNELS(SRC_T, NPC), unsigned char>, xf::cv::Mat<SRC_T, ROWS, COLS, NPC>&, int, uint16_t, uint16_t)

Function Documentation

template<int SRC_T, int ROWS, int COLS, int PLANES, int DEPTH, int NPC, int WORDWIDTH_SRC, int WORDWIDTH_DST, int COLS_TRIP, typename KERNEL, int USE_SRC2 = 0, int XFPDEPTH>
void xf::cv::xFarithm_proc(xf::cv::Mat<SRC_T, ROWS, COLS, NPC, XFPDEPTH> &_src1, xf::cv::Mat<SRC_T, ROWS, COLS, NPC> &_src2, xf::cv::Scalar<XF_CHANNELS(SRC_T, NPC), unsigned char> scl, xf::cv::Mat<SRC_T, ROWS, COLS, NPC> &_dst, int _policytype, uint16_t image_height, uint16_t image_width)

xFAdd: Adds the pixels of two input XF_8UP or XF_16SP images and generates the resultant image. Inputs: _src1, _src2, _policytype Output: _dst