Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2-capstone-design2
/
2014104149
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Graduate
2020-11-25 23:28:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cc4d279d2ae6982165830e6fba24a9e876a6c4ad
cc4d279d
1 parent
8f395180
Update flask
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
flask/templates/register.html
flask/templates/register.html
View file @
cc4d279
...
...
@@ -31,6 +31,7 @@ function activate()
function
detect_face
()
{
alert
(
tempImage
)
let
canvas
=
document
.
createElement
(
'canvas'
);
let
ctx
=
canvas
.
getContext
(
'2d'
)
ctx
.
drawImage
(
tempImage
,
0
,
0
);
...
...
Please
register
or
login
to post a comment