Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion third_party/opencv/install_opencv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -exo pipefail
# Option parsing

os=${os:-auto}
opencv_branch=${opencv_branch:-4.10.0}
opencv_branch=${opencv_branch:-4.11.0}
work_dir=${work_dir:-/opt}


Expand Down
4 changes: 2 additions & 2 deletions third_party/opencv/opencv_windows.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ licenses(["notice"]) # BSD license

exports_files(["LICENSE"])

OPENCV_VERSION = "4100" # 4.10.0
OPENCV_VERSION = "4110" # 4.11.0

config_setting(
name = "opt_build",
Expand All @@ -32,7 +32,7 @@ config_setting(
values = {"compilation_mode": "dbg"},
)

# The following build rule assumes that the executable "opencv-4.10.0-windows.exe"
# The following build rule assumes that the executable "opencv-4.11.0-windows.exe"
# is downloaded and the files are extracted to local.
# If you install OpenCV separately, please modify the build rule accordingly.
cc_library(
Expand Down
2 changes: 1 addition & 1 deletion windows_install_build_dependencies.bat
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ exit /b 0
:install_opencv
set "opencv_git=https://github.com/opencv/opencv.git"
set "opencv_contrib=https://github.com/opencv/opencv_contrib.git"
set "opencv_ver=4.10.0"
set "opencv_ver=4.11.0"
set "opencv_dir=%opt_install_dir%\opencv_git"
set "opencv_contrib_dir=%opt_install_dir%\opencv_contrib_git"
set "opencv_install=%opt_install_dir%\opencv"
Expand Down