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

js: backport PR18985

original commit: b82700ae41
This commit is contained in:
Steffen Urban
2020-12-18 13:01:48 +01:00
committed by Alexander Alekhin
parent 9b4adc9acb
commit c2bc171ef6
3 changed files with 15 additions and 4 deletions
+4 -2
View File
@@ -47,6 +47,8 @@ features2d = {'Feature2D': ['detect', 'compute', 'detectAndCompute', 'descriptor
'BFMatcher': ['isMaskSupported', 'create'],
'': ['drawKeypoints', 'drawMatches', 'drawMatchesKnn']}
calib3d = {'': ['findHomography', 'estimateAffine2D', 'Rodrigues']}
calib3d = {'': ['findHomography', 'calibrateCameraExtended', 'drawFrameAxes', 'estimateAffine2D', \
'getDefaultNewCameraMatrix', 'initUndistortRectifyMap', 'Rodrigues', \
'solvePnP', 'solvePnPRansac', 'solvePnPRefineLM']}
white_list = makeWhiteList([core, imgproc, objdetect, video, dnn, features2d, calib3d])
white_list = makeWhiteList([core, imgproc, objdetect, video, dnn, features2d, calib3d])