Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
######################
.DS_Store
ehthumbs.db
Icon?
/.Icon?
Thumbs.db

/old/
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This demo uses the CCV Javascript Face Detection Library.
This demo uses the CCV JavaScript Face Detection Library.

-------------------------------------------------------------------------------
To start run App.start() in your console.
Expand All @@ -7,7 +7,7 @@ You can also pass it a few different effects:

*App.start('glasses'); // Goofy Glasses example

*App.start('green'); // Green Screen effect (there is a hidden max and min sliders you can use to adjust the thresholds)
*App.start('green'); // Green Screen effect (there is a hidden maximum and minimum sliders you can use to adjust the thresholds)

*App.start('hipster'); // simple pixel manipulation example

Expand All @@ -20,7 +20,7 @@ Start Google Chrome Canary with open -a Google\ Chrome\ Canary --args --enable-m

--------------------------------------------------------------------------------

Original links with a stored local video:
Original links with a stored local videos:

Demo Video: http://www.youtube.com/watch?v=YYES9Qd094o&hd=1

Expand Down