js(test): update features2d test

This commit is contained in:
Alexander Alekhin 2019-11-19 07:40:12 +00:00
parent 593e240d7c
commit ec8db970f9

View File

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