|
- realPlaqueContours[i] = new Point(plaqueContours[i].X + left, plaqueContours[i].Y + top);
|
|
+ realPlaqueContours[i] = new Point(plaqueContours[i].X, plaqueContours[i].Y);
|
|
imageBgr.Draw(realPlaqueContours, new Bgr(0, 0, 255), 2);
|
|
imageBgr.Draw(realPlaqueContours, new Bgr(0, 0, 255), 2);
|