js(test): update features2d test

pull/15946/head
Alexander Alekhin 5 years ago
parent 593e240d7c
commit ec8db970f9
  1. 2
      modules/js/test/test_features2d.js

@ -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) {

Loading…
Cancel
Save