From e0c8467e92164100a9914e3fdcf35614b2b9bc51 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期四, 07 十一月 2019 20:09:40 +0800 Subject: [PATCH] Merge branch 'module' of http://192.168.5.5:10010/r/ruleprocess into module --- util/simpleCV.go | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/util/simpleCV.go b/util/simpleCV.go index 27e8196..a3fb8f6 100644 --- a/util/simpleCV.go +++ b/util/simpleCV.go @@ -155,8 +155,6 @@ } } } - - func DrawPolygonOnImageForYolo(cameraId string, img protomsg.Image, results []structure.Result,url string) (maps map[string]interface{}, err0 error) { rook, _ := gocv.NewMatFromBytes(int(img.Height), int(img.Width), gocv.MatTypeCV8UC3, img.Data) -- Gitblit v1.8.0