liuxiaolong
2019-11-07 e0c8467e92164100a9914e3fdcf35614b2b9bc51
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)