Template Function xFSquare

Function Documentation

template<int SRC_T, int DST_T, int ROWS, int COLS, int IN_DEPTH, int OUT_DEPTH, int NPC, int IN_WW, int OUT_WW, int TC, typename SCALE_T>
void xFSquare(xf::cv::Mat<SRC_T, ROWS, COLS, NPC> &_src_mat, xf::cv::Mat<DST_T, ROWS, COLS, NPC> &_dst_mat, SCALE_T scale, uint8_t filter_width, uint16_t img_height, uint16_t img_width)

xFSquare : Compute square of the input image