mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Update contours.js
This commit is contained in:
parent
9cca148309
commit
f8459e0acd
@ -24,7 +24,7 @@ cv.readImage('./files/stuff.png', function(err, im) {
|
|||||||
im_canny.canny(lowThresh, highThresh);
|
im_canny.canny(lowThresh, highThresh);
|
||||||
im_canny.dilate(nIters);
|
im_canny.dilate(nIters);
|
||||||
|
|
||||||
contours = im_canny.findContours();
|
var contours = im_canny.findContours();
|
||||||
const lineType = 8;
|
const lineType = 8;
|
||||||
const maxLevel = 0;
|
const maxLevel = 0;
|
||||||
const thickness = 1;
|
const thickness = 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user