Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
face
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Кубота
face
Commits
0bbd229b
Commit
0bbd229b
authored
May 22, 2020
by
Иван Кубота
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
switch matching to lab
parent
a403f608
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
extract-colors.js
examples/examples-browser/public/js/extract-colors.js
+0
-0
let_my_people_go.js
examples/examples-browser/public/js/let_my_people_go.js
+0
-0
demo.html
examples/examples-browser/views/demo.html
+7
-4
No files found.
examples/examples-browser/public/js/extract-colors.js
View file @
0bbd229b
This diff is collapsed.
Click to expand it.
examples/examples-browser/public/js/let_my_people_go.js
0 → 100644
View file @
0bbd229b
This diff is collapsed.
Click to expand it.
examples/examples-browser/views/demo.html
View file @
0bbd229b
...
...
@@ -128,8 +128,9 @@
</div>
<script>
var
store
=
new
Store
({
threshold
:
60
,
maxCount
:
5
threshold
:
0.25
,
maxCount
:
5
,
maxThreshold
:
15
});
...
...
@@ -409,13 +410,12 @@ var videoEl = inputVideo;
),
block
(
'Eyes'
,
extractor
(
'eyes'
,
ctx2
,
eyes
,
6
,
1
)
extractor
(
'eyes'
,
ctx2
,
eyes
,
6
)
)
]);
//ctx2.putImageData(imageData, minX, minY);
// debugger;
...
...
@@ -474,6 +474,9 @@ var videoEl = inputVideo;
),
D
.
h
(
'label'
,
{},
'Threshold: '
,
D
.
h
(
Input
,
{
bind
:
store
.
bind
(
'threshold'
)})
),
D
.
h
(
'label'
,
{},
'maxThreshold: '
,
D
.
h
(
Input
,
{
bind
:
store
.
bind
(
'maxThreshold'
)})
)
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment