mirror of
https://github.com/opencv/opencv.git
synced 2025-08-05 22:19:14 +08:00
js(test): update features2d test
This commit is contained in:
parent
593e240d7c
commit
ec8db970f9
@ -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…
Reference in New Issue
Block a user