opencv/modules/js/test
Meng Wang ab2c59b80e
Merge pull request #17403 from wangmengHB:master
Fix Test Case: in latest version, window.cv is a promise instance that makes most test case failed.

* Fix Browser Test Case: In latest version, window.cv is a promise instance

In latest version of opencv.js, window.cv is promise instance.
So that most of the test cases is run failed.
This commit is to fix browser test case.

* Add comment for backward compatible

Add comments for backward compatible
2020-05-30 17:33:17 +00:00
..
.eslintrc.json
package.json
run_puppeteer.js
test_calib3d.js
test_features2d.js
test_imgproc.js
test_mat.js
test_objdetect.js
test_utils.js
test_video.js
tests.html
tests.js