panlei
2019-10-31 355284a3ac944515951d4c2a7ec5d3964fb13857
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)
}