1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

js: Add findHomography js bindings.

Removed constants from legacy C api and switched out header with shorter version.

Removed blank line that was failing CI.
This commit is contained in:
Cameron Martin
2019-04-12 00:13:12 +01:00
parent d8c5bd92ae
commit 0ae053fdf8
6 changed files with 54 additions and 4 deletions
+3 -1
View File
@@ -45,7 +45,9 @@ testrunner.run(
{
code: 'opencv.js',
tests: ['test_mat.js', 'test_utils.js', 'test_imgproc.js',
'test_objdetect.js', 'test_video.js', 'test_features2d.js'],
'test_objdetect.js', 'test_video.js', 'test_features2d.js',
'test_calib3d.js'
],
},
function(err, report) {
console.log(report.failed + ' failed, ' + report.passed + ' passed');