Merge pull request #15946 from alalek:fix_js_test_features2d

This commit is contained in:
Alexander Alekhin 2019-11-19 14:25:28 +00:00
commit 77bf5593e5

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