Template Function xf::cv::xFcropkernel_stream
Defined in File xf_crop.hpp
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_stream(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) xFcropkernel_stream kernel : crops the ROI of an input image and produces an output . Input : _src_mat, roi Output : _dst_mat