Update contours.js

This commit is contained in:
Salomão Rodrigues 2017-03-05 20:26:43 +00:00 committed by GitHub
parent 9cca148309
commit f8459e0acd

View File

@ -24,7 +24,7 @@ cv.readImage('./files/stuff.png', function(err, im) {
im_canny.canny(lowThresh, highThresh);
im_canny.dilate(nIters);
contours = im_canny.findContours();
var contours = im_canny.findContours();
const lineType = 8;
const maxLevel = 0;
const thickness = 1;