Skip to content

Commit

Permalink
add photo (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil authored Sep 21, 2023
1 parent 347202a commit 8b5d00f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Build-Windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cmake opencv -B build_$Configuration `
-DBUILD_opencv_imgproc=ON `
-DBUILD_opencv_ml=OFF `
-DBUILD_opencv_objdetect=OFF `
-DBUILD_opencv_photo=OFF `
-DBUILD_opencv_photo=ON `
-DBUILD_opencv_stitching=OFF `
-DBUILD_opencv_video=OFF `
-DBUILD_opencv_videoio=OFF `
Expand Down
4 changes: 2 additions & 2 deletions build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cmake opencv -B build_$1 \
-DBUILD_opencv_imgproc=ON \
-DBUILD_opencv_ml=OFF \
-DBUILD_opencv_objdetect=OFF \
-DBUILD_opencv_photo=OFF \
-DBUILD_opencv_photo=ON \
-DBUILD_opencv_stitching=OFF \
-DBUILD_opencv_video=OFF \
-DBUILD_opencv_videoio=OFF \
Expand Down Expand Up @@ -73,4 +73,4 @@ cmake opencv -B build_$1 \

cmake --build build_$1
cmake --install build_$1 --prefix release/$1
tar -C release/$1 -cvf release/opencv-linux-$1.tar.gz .
tar -C release/$1 -cvf release/opencv-linux-$1.tar.gz .
2 changes: 1 addition & 1 deletion build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cmake opencv -B build_$1 \
-DBUILD_opencv_imgproc=ON \
-DBUILD_opencv_ml=OFF \
-DBUILD_opencv_objdetect=OFF \
-DBUILD_opencv_photo=OFF \
-DBUILD_opencv_photo=ON \
-DBUILD_opencv_stitching=OFF \
-DBUILD_opencv_video=OFF \
-DBUILD_opencv_videoio=OFF \
Expand Down

0 comments on commit 8b5d00f

Please sign in to comment.