mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
change example out
This commit is contained in:
parent
e8cc061187
commit
1faf584392
@ -31,6 +31,6 @@ cv.readImage('./stuff.png', function(err, im) {
|
||||
all.drawAllContours(contours, WHITE);
|
||||
|
||||
|
||||
big.save('/tmp/big.png');
|
||||
all.save('/tmp/all.png');
|
||||
big.save('./big.png');
|
||||
all.save('./all.png');
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user