mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +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();
|
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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user