mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Merge pull request #477 from edward/patch-1
Updates README link to Viola-Jones Haar Cascade
This commit is contained in:
commit
a36fee5227
@ -163,7 +163,7 @@ im.line([x1,y1], [x2, y2])
|
||||
#### Object Detection
|
||||
|
||||
There is a shortcut method for
|
||||
[Viola-Jones Haar Cascade](http://www.cognotics.com/opencv/servo_2007_series/part_2/sidebar.html) object
|
||||
[Viola-Jones Haar Cascade](http://docs.opencv.org/trunk/d7/d8b/tutorial_py_face_detection.html) object
|
||||
detection. This can be used for face detection etc.
|
||||
|
||||
```javascript
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user