mirror of
https://github.com/opencv/opencv.git
synced 2025-01-19 15:04:01 +08:00
Updated modules white list for JS after calib3d reorg.
This commit is contained in:
parent
65b0383059
commit
6d06368760
@ -79,4 +79,4 @@ aruco = {'': ['detectMarkers', 'drawDetectedMarkers', 'drawAxis', 'estimatePoseS
|
||||
_3d = {'': ['findHomography', 'calibrateCameraExtended', 'drawFrameAxes', 'estimateAffine2D', 'getDefaultNewCameraMatrix', 'initUndistortRectifyMap', 'Rodrigues']}
|
||||
|
||||
|
||||
white_list = makeWhiteList([core, imgproc, objdetect, video, dnn, features2d, photo, aruco, calib3d])
|
||||
white_list = makeWhiteList([core, imgproc, objdetect, video, dnn, features2d, photo, aruco, _3d])
|
||||
|
Loading…
Reference in New Issue
Block a user