通過ROI實現圖像並排合併

#include <opencv2/opencv.hpp> #include <iostream> using namespace cv; using namespace std; int main(int argc, char *argv[]) { Mat img1 = imread("1.png"); Mat img2 = imread("2.png"); int height =
相關文章
相關標籤/搜索