mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
js: enable calib3d code (no bindings)
This commit is contained in:
@@ -112,7 +112,7 @@ class Builder:
|
||||
"-DWITH_ITT=OFF",
|
||||
"-DBUILD_ZLIB=ON",
|
||||
"-DBUILD_opencv_apps=OFF",
|
||||
"-DBUILD_opencv_calib3d=OFF",
|
||||
"-DBUILD_opencv_calib3d=ON", # No bindings provided. This module is used as a dependency for other modules.
|
||||
"-DBUILD_opencv_dnn=ON",
|
||||
"-DBUILD_opencv_features2d=ON",
|
||||
"-DBUILD_opencv_flann=OFF",
|
||||
|
||||
Reference in New Issue
Block a user