---
panlei
2019-11-02 db16d6383bfec3388b091b734007bd29cf8bbf20
util/simpleCV_test.go
@@ -5,9 +5,9 @@
)
func TestDrawPolygonOnImage(t *testing.T)  {
   resp,err := DrawPolygonOnImage()
   if err != nil {
      t.Error("画框或者上传有问题")
   }
   t.Log("------=============",resp)
   //resp,err := DrawPolygonOnImage()
   //if err != nil {
   //   t.Error("画框或者上传有问题")
   //}
   //t.Log("------=============",resp)
}