Skip to content

Commit 1f736a9

Browse files
committed
Merge pull request opencv#15131 from paroj:web
2 parents 79859eb + 293729f commit 1f736a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/js/src/embindgen.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,14 @@
164164
'getColorAdaptation', 'setColorAdaptation']
165165
}
166166

167-
aruco = {'': ['detectMarkers', 'drawDetectedMarkers', 'drawAxis', 'estimatePoseSingleMarkers', 'estimatePoseBoard', 'interpolateCornersCharuco', 'drawDetectedCornersCharuco'],
167+
aruco = {'': ['detectMarkers', 'drawDetectedMarkers', 'drawAxis', 'estimatePoseSingleMarkers', 'estimatePoseBoard', 'estimatePoseCharucoBoard', 'interpolateCornersCharuco', 'drawDetectedCornersCharuco'],
168168
'aruco_Dictionary': ['get', 'drawMarker'],
169169
'aruco_Board': ['create'],
170170
'aruco_GridBoard': ['create', 'draw'],
171171
'aruco_CharucoBoard': ['create', 'draw'],
172172
}
173173

174-
calib3d = {'': ['findHomography']}
174+
calib3d = {'': ['findHomography','calibrateCameraExtended', 'drawFrameAxes', 'getDefaultNewCameraMatrix', 'initUndistortRectifyMap']}
175175

176176
def makeWhiteList(module_list):
177177
wl = {}

0 commit comments

Comments
 (0)