Skip to content

Commit e084213

Browse files
committed
Remove test temp png for visual debug
1 parent 495e06a commit e084213

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/unit.js

-4
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,6 @@ test('MatchTemplateByMatrix', function(assert) {
383383
res = target.matchTemplateByMatrix(template, TM_CCORR_NORMED);
384384
minMax = res.minMaxLoc();
385385
topLeft = minMax.maxLoc;
386-
target.save("./target.png");
387-
template.save("./template.png");
388-
// res.rectangle([topLeft.x, topLeft.y], [template.width(), template.height()], [0, 255,0], 2);
389-
res.save("./result.png");
390386
assert.ok(topLeft, "Canny edge Found Match");
391387
assert.equal(topLeft.x, 42, "match location x === 42");
392388
assert.equal(topLeft.y, 263, "match location y === 263");

0 commit comments

Comments
 (0)