摘要:
//创建原图副本 img.CopyTo(imgCopy); //ROI区域 Rect rect = new Rect(CaptureRectangle.X, CaptureRectangle.Y, CaptureRectangle.Width, CaptureRectangle.Height); i 阅读全文
摘要:
/////声明变量 //原始图像 Mat img; //canny边缘提取参数 public double cannyThreshold1; //canny参数阈值1 public double cannyThreshold2; //canny参数阈值2 //霍夫直线检测参数 public doub 阅读全文