Skip to content

Commit

Permalink
js(test): update features2d test
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Nov 19, 2019
1 parent 593e240 commit ec8db97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/js/test/test_features2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ QUnit.test('Detectors', function(assert) {

let akaze = new cv.AKAZE();
akaze.detect(image, kp);
assert.equal(kp.size(), 52, 'AKAZE');
assert.equal(kp.size(), 53, 'AKAZE');
});

QUnit.test('BFMatcher', function(assert) {
Expand Down

0 comments on commit ec8db97

Please sign in to comment.