opencv 实现鼠标输入框选ROI区域
// label.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include <opencv.hpp>#include <string>using namespace cv;using namespace std;cv::Mat org,dst,img,tmp;Point prevPt = Point(-1, -1);string lpath = "D:\\temp\\l