|
@@ -67,7 +67,7 @@ namespace WingAIDiagnosisService.Carotid.Utilities.DetectPlaque
|
|
|
var top = maxPlaque.ImageRect.Top;
|
|
|
for (var i = 0; i < plaqueContours.Length; ++i)
|
|
|
{
|
|
|
- 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);
|
|
|
|