Merge pull request #477 from edward/patch-1

Updates README link to Viola-Jones Haar Cascade
This commit is contained in:
Peter Braden 2016-12-16 12:45:45 +01:00 committed by GitHub
commit a36fee5227

View File

@ -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