liuxiaolong
2019-07-26 cf1ca37ff975c1b4119be485ad3fd5c1de019ded
util/simpleCV_test.go
@@ -4,7 +4,7 @@
   "testing"
)
func TestDrawPolygon(t *testing.T)  {
func TestDrawPolygonOnImage(t *testing.T)  {
   resp,err := DrawPolygonOnImage()
   if err != nil {
      t.Error("画框或者上传有问题")