mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
js: enable calib3d code (no bindings)
This commit is contained in:
parent
53ec8f286b
commit
5faaa28870
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user