Template Function xf::cv::xFCannyEdgeDetector

Function Documentation

template<int ROWS, int COLS, int DEPTH_IN, int DEPTH_OUT, int NPC, int WORDWIDTH_SRC, int WORDWIDTH_DST, int FILTER_TYPE, bool USE_URAM>
void xf::cv::xFCannyEdgeDetector(hls::stream<XF_SNAME(WORDWIDTH_SRC)> &_src_mat, hls::stream<XF_SNAME(WORDWIDTH_DST)> &out_strm, unsigned char _lowthreshold, unsigned char _highthreshold, int _norm_type, uint16_t imgheight, uint16_t imgwidth)