Searched defs:hconcat (Results 1 – 2 of 2) sorted by relevance
2724 void cv::hconcat(const Mat* src, size_t nsrc, OutputArray _dst) in hconcat() function in cv2751 void cv::hconcat(InputArray src1, InputArray src2, OutputArray dst) in hconcat() function in cv2757 void cv::hconcat(InputArray _src, OutputArray dst) in hconcat() function in cv
1236 public static void hconcat(List<Mat> src, Mat dst) in hconcat() method in Core