fix
panlei
2019-11-05 d89b8202c5d921cad8b68ea4dd482ffd6d48afac
util/simpleCV_test.go
@@ -4,6 +4,10 @@
   "testing"
)
func TestCvRTSP(t *testing.T)  {
   CvRTSP()
func TestDrawPolygonOnImage(t *testing.T)  {
   //resp,err := DrawPolygonOnImage()
   //if err != nil {
   //   t.Error("画框或者上传有问题")
   //}
   //t.Log("------=============",resp)
}