Template Function xf::cv::xFMulKernel

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>
void xf::cv::xFMulKernel(xf::cv::Mat<SRC_T, ROWS, COLS, NPC> &src1, xf::cv::Mat<SRC_T, ROWS, COLS, NPC> &src2, xf::cv::Mat<SRC_T, ROWS, COLS, NPC> &dst, int _policytype, float _scale_val, uint16_t image_height, uint16_t image_width)

xFMul : Performs element-wise multiplication between two images and a scalar value Inputs: _src1, _src2, _policytype, _scale_val Output: _dst