矩形ROI截圖,實時顯示鼠標的座標值,顯示原圖與截圖C++程序

函數 //main.cpp文件 #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <stdio.h> using namespace cv; cv::Mat org, dst, img, tmp; void on_mouse(int event, int x, int y, int
相關文章
相關標籤/搜索