Merge pull request #349 from banterability/patch-1

Fix contours example in README
This commit is contained in:
Peter Braden 2016-01-11 13:09:24 +01:00
commit 3d06aefe75

View File

@ -192,7 +192,7 @@ functions for accessing, computing with, and altering the contours contained in
See [relevant source code](src/Contours.cc) and [examples](examples/)
```javascript
var contours = im.findContours;
var contours = im.findContours();
// Count of contours in the Contours object
contours.size();