Template Function xf::cv::xFMagnitudeComputation

Function Documentation

template<int ROWS, int COLS, int DEPTH_SRC, int DEPTH_DST, int NPC, int WORDWIDTH_SRC, int WORDWIDTH_DST>
void xf::cv::xFMagnitudeComputation(hls::stream<XF_SNAME(WORDWIDTH_SRC)> &src1, hls::stream<XF_SNAME(WORDWIDTH_SRC)> &src2, hls::stream<XF_SNAME(WORDWIDTH_DST)> &_dst, int _norm_type, uint16_t imgheight, uint16_t imgwidth)

xFMagnitude: This function acts as a wrapper and calls the Kernel function xFMagnitudeKernel.