Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
KHY_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Graduate
2020-06-24 14:03:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8f5ebe92c218e16376ca43a4483cfbaec8ba657c
8f5ebe92
1 parent
28c39854
Update docs/최종보고서.docx
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
1 deletions
client/client.py
docs/최종보고서.docx
client/client.py
View file @
8f5ebe9
...
...
@@ -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
)
...
...
docs/최종보고서.docx
View file @
8f5ebe9
No preview for this file type
Please
register
or
login
to post a comment