Template Function xf::cv::xFcropkernel_memorymapped

Function Documentation

template<int SRC_T, int ROWS, int COLS, int DEPTH, int NPC, int WORDWIDTH_SRC, int WORDWIDTH_DST, int COLS_TRIP>
void xf::cv::xFcropkernel_memorymapped(xf::cv::Mat<SRC_T, ROWS, COLS, NPC> &_src_mat, xf::cv::Mat<SRC_T, ROWS, COLS, NPC> &_dst_mat, xf::cv::Rect_<unsigned int> &roi, unsigned short height, unsigned short width)

CROP kernel : crops the ROI of an input image and produces an output. Input : _src_mat, roi Output : _dst_mat