js: enable calib3d code (no bindings)

This commit is contained in:
Alexander Alekhin 2018-10-11 00:49:45 +00:00
parent 53ec8f286b
commit 5faaa28870

View File

@ -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",