mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
Merge pull request #15946 from alalek:fix_js_test_features2d
This commit is contained in:
commit
77bf5593e5
@ -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