|
|
|
@ -76,7 +76,9 @@ export class ImageLabel2Component implements OnInit {
|
|
|
|
|
ngAfterContentInit(): void { |
|
|
|
|
this.getImgMarkData() |
|
|
|
|
.then((res: any) => { |
|
|
|
|
console.log(111, res); |
|
|
|
|
this.imgItem = window.URL.createObjectURL(res); |
|
|
|
|
console.log(222, this.imgItem); |
|
|
|
|
window.setTimeout(() => { |
|
|
|
|
this.initBackgroundImg(); |
|
|
|
|
}, 0); |
|
|
|
@ -356,7 +358,6 @@ export class ImageLabel2Component implements OnInit {
|
|
|
|
|
var upX = e.pageX - canvas.offsetLeft; |
|
|
|
|
var upY = e.pageY - canvas.offsetTop; |
|
|
|
|
if (this.isDrawArrow && !this.arrowDirection && !this.isAllMonitoring) { |
|
|
|
|
console.log('八嘎'); |
|
|
|
|
//绘制 箭头
|
|
|
|
|
if (this.arrowPoints.length === 2) { |
|
|
|
|
//限制数量
|
|
|
|
@ -386,10 +387,6 @@ export class ImageLabel2Component implements OnInit {
|
|
|
|
|
context, |
|
|
|
|
'black' |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
if ( |
|
|
|
|
this.isDrawArrow && |
|
|
|
@ -424,8 +421,6 @@ export class ImageLabel2Component implements OnInit {
|
|
|
|
|
context, |
|
|
|
|
'black' |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
if ( |
|
|
|
|
this.isDrawArrow && |
|
|
|
@ -453,7 +448,6 @@ export class ImageLabel2Component implements OnInit {
|
|
|
|
|
]; |
|
|
|
|
this.drawLine(arr, context); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.redrawPolygon( |
|
|
|
|
this.pointsOfmonitor, |
|
|
|
|
this.allpointsOfmonitor, |
|
|
|
@ -461,8 +455,6 @@ export class ImageLabel2Component implements OnInit {
|
|
|
|
|
context, |
|
|
|
|
'black' |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
if ( |
|
|
|
|
this.isDrawArrow && |
|
|
|
|