Template Function xf::cv::DuplicateStrm_3
Defined in File xf_extra_utility.h
Function Documentation
-
template<int SRC_T, int ROWS, int COLS, int NPC>
void xf::cv::DuplicateStrm_3(hls::stream<XF_TNAME(SRC_T, NPC)> &_src_mat, hls::stream<XF_TNAME(SRC_T, NPC)> &_dst1_mat, hls::stream<XF_TNAME(SRC_T, NPC)> &_dst2_mat, hls::stream<XF_TNAME(SRC_T, NPC)> &_dst3_mat, uint16_t img_height, uint16_t img_width)