Skip to content

Commit

Permalink
js: enable calib3d code (no bindings)
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Oct 11, 2018
1 parent 53ec8f2 commit 5faaa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/js/build_js.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def get_cmake_cmd(self):
"-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",
Expand Down

0 comments on commit 5faaa28

Please sign in to comment.