liuxiaolong
2019-11-07 906880cce4eeb0d7b2548ed9298b1b9f3c5510c6
util/simpleCV.go
@@ -155,7 +155,6 @@
      }
   }
}
func DrawPolygonOnImageForYolo(cameraId string, img protomsg.Image, results []structure.Result,url string) (maps map[string]interface{}, err0 error) {
   rook, _ := gocv.NewMatFromBytes(int(img.Height), int(img.Width), gocv.MatTypeCV8UC3, img.Data)