From 3e0d6320a4acdb3c73e0efb31ee57fb1534237b2 Mon Sep 17 00:00:00 2001
From: chenshijun <csj_sky@126.com>
Date: 星期三, 05 六月 2019 10:41:06 +0800
Subject: [PATCH] real time video

---
 code/utils.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/code/utils.py b/code/utils.py
index b75d51f..ff98fd3 100644
--- a/code/utils.py
+++ b/code/utils.py
@@ -112,6 +112,6 @@
 
     cv2.line(img, (int(tdx), int(tdy)), (int(x1),int(y1)),(0,0,255),3)
     cv2.line(img, (int(tdx), int(tdy)), (int(x2),int(y2)),(0,255,0),3)
-    cv2.line(img, (int(tdx), int(tdy)), (int(x3),int(y3)),(255,0,0),2)
+    cv2.line(img, (int(tdx), int(tdy)), (int(x3),int(y3)),(0,0,0),5)
 
     return img

--
Gitblit v1.8.0