Skip to content

Commit d77a739

Browse files
committed
Merge tag 'opencv-4.0.0' into opencv_contrib
2 parents 32ce64d + 7ed688d commit d77a739

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apt-get update && \
2222
RUN pip install numpy
2323

2424
WORKDIR /
25-
ENV OPENCV_VERSION="3.4.2"
25+
ENV OPENCV_VERSION="4.0.0"
2626
RUN wget https://github.com/opencv/opencv_contrib/archive/${OPENCV_VERSION}.zip \
2727
&& unzip ${OPENCV_VERSION}.zip \
2828
&& rm ${OPENCV_VERSION}.zip
@@ -34,7 +34,6 @@ RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip \
3434
-DBUILD_opencv_java=OFF \
3535
-DOPENCV_EXTRA_MODULES_PATH=/opencv_contrib-${OPENCV_VERSION}/modules \
3636
-DWITH_CUDA=OFF \
37-
-DENABLE_AVX=ON \
3837
-DWITH_OPENGL=ON \
3938
-DWITH_OPENCL=ON \
4039
-DWITH_IPP=ON \

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Docker Automated buil](https://img.shields.io/docker/automated/jjanzic/docker-python3-opencv.svg)]()
22

3-
Docker image with python 3.6 and opencv 3.4.1
3+
Docker image with python 3.6 and opencv 4.0.0
44

55
Usage:
66

@@ -11,8 +11,10 @@ Image tagged with `:contrib` contains docker image built with [contrib modules](
1111

1212
List of available docker tags:
1313

14-
- `opencv-3.4.1` (`latest` branch)
15-
- `contrib-opencv-3.4.1` (`opencv_contrib` branch)
14+
- `opencv-4.0.0` (`latest` branch)
15+
- `contrib-opencv-4.0.0` (`opencv_contrib` branch)
16+
- `opencv-3.4.1`
17+
- `contrib-opencv-3.4.1`
1618
- `opencv-3.4.0`
1719
- `contrib-opencv-3.4.0`
1820
- `opencv-3.3.0`

0 commit comments

Comments
 (0)