Skip to content

Commit

Permalink
Added a jsfeat_detect_worker to improve performance and prevent lagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylion007 committed Aug 8, 2016
1 parent b7d6e26 commit fb17506
Show file tree
Hide file tree
Showing 11 changed files with 809 additions and 568 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ module.exports = function(grunt) {
'js/svmfilter_webgl.js',
'js/svmfilter_fft.js',
'js/mossefilter.js',
'js/jsfeat_detect.js',
'js/jsfeat_detect_worker.js',
'examples/ext_js/left_eye_filter.js',
'examples/ext_js/right_eye_filter.js',
'examples/ext_js/nose_filter.js',
'examples/ext_js/numeric-1.2.6.js',
'examples/ext_js/jsfeat-min.js',
'examples/ext_js/frontalface.js',
'examples/ext_js/jsfeat_detect.js',
'examples/ext_js/worker-create.js',
'examples/ext_js/mosse.js',
],
dest: './clmtrackr.js'
Expand Down
Loading

0 comments on commit fb17506

Please sign in to comment.