Skip to content

Commit a9232c9

Browse files
committed
readme
1 parent 2843697 commit a9232c9

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

Readme.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,30 @@ This is a port of [OpenCV C++ Haar Detection](https://github.com/opencv/opencv)
1616

1717
Light-weight (~10kB minified, ~5kB gzipped).
1818

19-
[![Haar.js Face Detection](/examples/haar-face-detection.png)](https://foo123.github.com/examples/face-detection/)
20-
[![Haar.js Many Faces Detection](/examples/haar-faces-detection.png)](https://foo123.github.com/examples/faces-detection/)
21-
[![Haar.js Mouth Detection](/examples/haar-mouth-detection.png)](https://foo123.github.com/examples/mouth-detection/)
19+
[![Haar.js Face Detection](/examples/haar-face-detection.png)](https://foo123.github.io/examples/face-detection/)
20+
[![Haar.js Many Faces Detection](/examples/haar-faces-detection.png)](https://foo123.github.io/examples/faces-detection/)
21+
[![Haar.js Mouth Detection](/examples/haar-mouth-detection.png)](https://foo123.github.io/examples/mouth-detection/)
2222
![Haar.js Eyes Detection](/examples/haar-eyes-detection.png)
2323

24+
**see also:**
25+
26+
* [Abacus](https://github.com/foo123/Abacus) advanced Combinatorics and Algebraic Number Theory Symbolic Computation library for JavaScript, Python
27+
* [Plot.js](https://github.com/foo123/Plot.js) simple and small library which can plot graphs of functions and various simple charts and can render to Canvas, SVG and plain HTML
28+
* [HAAR.js](https://github.com/foo123/HAAR.js) image feature detection based on Haar Cascades in JavaScript (Viola-Jones-Lienhart et al Algorithm)
29+
* [HAARPHP](https://github.com/foo123/HAARPHP) image feature detection based on Haar Cascades in PHP (Viola-Jones-Lienhart et al Algorithm)
30+
* [FILTER.js](https://github.com/foo123/FILTER.js) video and image processing and computer vision Library in pure JavaScript (browser and node)
31+
* [Xpresion](https://github.com/foo123/Xpresion) a simple and flexible eXpression parser engine (with custom functions and variables support), based on [GrammarTemplate](https://github.com/foo123/GrammarTemplate), for PHP, JavaScript, Python
32+
* [Regex Analyzer/Composer](https://github.com/foo123/RegexAnalyzer) Regular Expression Analyzer and Composer for PHP, JavaScript, Python
33+
* [GrammarTemplate](https://github.com/foo123/GrammarTemplate) grammar-based templating for PHP, JavaScript, Python
34+
* [codemirror-grammar](https://github.com/foo123/codemirror-grammar) transform a formal grammar in JSON format into a syntax-highlight parser for CodeMirror editor
35+
* [ace-grammar](https://github.com/foo123/ace-grammar) transform a formal grammar in JSON format into a syntax-highlight parser for ACE editor
36+
* [prism-grammar](https://github.com/foo123/prism-grammar) transform a formal grammar in JSON format into a syntax-highlighter for Prism code highlighter
37+
* [highlightjs-grammar](https://github.com/foo123/highlightjs-grammar) transform a formal grammar in JSON format into a syntax-highlight mode for Highlight.js code highlighter
38+
* [syntaxhighlighter-grammar](https://github.com/foo123/syntaxhighlighter-grammar) transform a formal grammar in JSON format to a highlight brush for SyntaxHighlighter code highlighter
39+
* [SortingAlgorithms](https://github.com/foo123/SortingAlgorithms) implementations of Sorting Algorithms in JavaScript
40+
* [PatternMatchingAlgorithms](https://github.com/foo123/PatternMatchingAlgorithms) implementations of Pattern Matching Algorithms in JavaScript
41+
42+
2443
### Contents
2544

2645
* [Live Playground Examples](#live-examples)
@@ -33,9 +52,9 @@ Light-weight (~10kB minified, ~5kB gzipped).
3352
* [Credits](/credits.md)
3453

3554
### Live Examples
36-
* [Interactive Face Detection](https://foo123.github.com/examples/face-detection/)
37-
* [Many Faces Detection](https://foo123.github.com/examples/faces-detection/)
38-
* [Interactive Mouth Detection](https://foo123.github.com/examples/mouth-detection/)
55+
* [Interactive Face Detection](https://foo123.github.io/examples/face-detection/)
56+
* [Many Faces Detection](https://foo123.github.io/examples/faces-detection/)
57+
* [Interactive Mouth Detection](https://foo123.github.io/examples/mouth-detection/)
3958

4059

4160
### How To use

0 commit comments

Comments
 (0)