Commit ec8db970 authored by Alexander Alekhin's avatar Alexander Alekhin

js(test): update features2d test

parent 593e240d
...@@ -59,7 +59,7 @@ QUnit.test('Detectors', function(assert) { ...@@ -59,7 +59,7 @@ QUnit.test('Detectors', function(assert) {
let akaze = new cv.AKAZE(); let akaze = new cv.AKAZE();
akaze.detect(image, kp); akaze.detect(image, kp);
assert.equal(kp.size(), 52, 'AKAZE'); assert.equal(kp.size(), 53, 'AKAZE');
}); });
QUnit.test('BFMatcher', function(assert) { QUnit.test('BFMatcher', function(assert) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment