You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# HAAR.js
2
2
3
-
**Note:**Further development has moved to the [FILTER.js](https://github.com/foo123/FILTER.js) project, for Image Processing and Computer Vision, which includes a new[**HaarDetector plugin**](https://github.com/foo123/FILTER.js/blob/master/src/plugins/HaarDetector.js) which can be seen as the continuation of this project.
3
+
**Note:**[FILTER.js](https://github.com/foo123/FILTER.js) project, for Image Processing and Computer Vision, includes a [**HaarDetector plugin**](https://github.com/foo123/FILTER.js/blob/master/src/plugins/HaarDetector.js) which can be seen as the continuation of this project.
4
4
5
5
6
-
__Feature Detection Library for JavaScript__(uses HTML5 canvas on browser and canvas alternative on Node)
6
+
__Feature Detection Library for JavaScript__ (uses HTML5 canvas on browser and canvas alternative on Node)
7
7
8
8
Based on [Viola-Jones Feature Detection Algorithm using Haar Cascades](http://www.cs.cmu.edu/~efros/courses/LBMV07/Papers/viola-cvpr-01.pdf)
9
9
and improvement [Viola-Jones-Lienhart et al Feature Detection Algorithm](http://www.multimedia-computing.de/mediawiki//images/5/52/MRL-TR-May02-revised-Dec02.pdf)
@@ -90,18 +90,14 @@ For running in nodejs, the package has a dependency on canvas.
90
90
91
91
To work properly `node-canvas` needs some system dependencies.
92
92
You can find instruction on https://github.com/Automattic/node-canvas/wiki
0 commit comments