---
panlei
2019-11-08 e7d3f49f638a961a751540aca76d0f778b0f0d10
util/simpleCV.go
@@ -155,8 +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)