From 9a4de83cfe7fdf51c5c1e2e6845ab9bc83a6164b Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期一, 22 七月 2019 11:42:47 +0800 Subject: [PATCH] 解决人员异常人数规则不对应问题 --- util/simpleCV_test.go | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/util/simpleCV_test.go b/util/simpleCV_test.go index 7030d18..4f8f7c8 100644 --- a/util/simpleCV_test.go +++ b/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) } \ No newline at end of file -- Gitblit v1.8.0