---
panlei
2019-11-07 232cb3f4a41ce3d3d11d8f36e3ba08f5fd7ad68a
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)