公告板
版本库
filestore
活动
搜索
登录
~jinersong
/
ruleprocess
派生自
ruleprocess
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
补全推送信息并给张蒙发送带有视频地址的信号
panlei
2019-11-05
fd210f1d6cbe92b9ab44025120bad92f96d4eca8
[~jinersong/ruleprocess.git]
/
util
/
simpleCV_test.go
1
2
3
4
5
6
7
8
9
10
11
12
13
package util
import (
"testing"
)
func TestDrawPolygonOnImage(t *testing.T) {
//resp,err := DrawPolygonOnImage()
//if err != nil {
// t.Error("画框或者上传有问题")
//}
//t.Log("------=============",resp)
}