Showing
2 changed files
with
0 additions
and
1 deletions
... | @@ -134,7 +134,6 @@ class Client(tk.Frame): | ... | @@ -134,7 +134,6 @@ class Client(tk.Frame): |
134 | # 얼굴이 인식되면 출석요청 | 134 | # 얼굴이 인식되면 출석요청 |
135 | if face_list: | 135 | if face_list: |
136 | self.event_loop.run_until_complete(self.send_face(face_list, image_list)) | 136 | self.event_loop.run_until_complete(self.send_face(face_list, image_list)) |
137 | - | ||
138 | # 사각형 영역 표시 | 137 | # 사각형 영역 표시 |
139 | frame = cv2.rectangle(frame, (x1, y1), (x2, y2), self.rectangle_color, 3) | 138 | frame = cv2.rectangle(frame, (x1, y1), (x2, y2), self.rectangle_color, 3) |
140 | converted = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB) | 139 | converted = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB) | ... | ... |
No preview for this file type
-
Please register or login to post a comment