Graduate

Update docs/최종보고서.docx

......@@ -134,7 +134,6 @@ class Client(tk.Frame):
# 얼굴이 인식되면 출석요청
if face_list:
self.event_loop.run_until_complete(self.send_face(face_list, image_list))
# 사각형 영역 표시
frame = cv2.rectangle(frame, (x1, y1), (x2, y2), self.rectangle_color, 3)
converted = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB)
......
No preview for this file type