From 6d06368760c0a626b6b702edcb5ee13975a80b72 Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Mon, 7 Dec 2020 14:22:55 +0300 Subject: [PATCH] Updated modules white list for JS after calib3d reorg. --- platforms/js/opencv_js.config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/js/opencv_js.config.py b/platforms/js/opencv_js.config.py index 63822a2d9b..7dbe61e22f 100644 --- a/platforms/js/opencv_js.config.py +++ b/platforms/js/opencv_js.config.py @@ -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])