docker-python3-opencv icon indicating copy to clipboard operation
docker-python3-opencv copied to clipboard

🐋 🐍 👁 Docker image with python 3 and opencv 4.1

Results 10 docker-python3-opencv issues
Sort by recently updated
recently updated
newest added

Attempting to run camodet_python I get: ``` OpenCv version: 4.1.1 Video Height 1944 Width 2592 Traceback (most recent call last): File "/app.py", line 300, in main() File "/app.py", line 292,...

the [simbolic link to the cv python library](https://github.com/janza/docker-python3-opencv/blob/master/Dockerfile#L52) should point to the installed python version, so if you use python3.9 it should be: ```dockerfile RUN ln -s \ /usr/local/python/cv2/python-3.9/cv2.cpython-39m-x86_64-linux-gnu.so \...

Request for a new build with latest opencv-python and opencv-contrib-python which includes SIFT in xfeatures2d.

[SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1076)

in the docker hub page it says the tag `opencv-4.1.0` is present in the documentation, but looking at the available tags I cannot find it, think you may have accidentally...

` Scanning dependencies of target gen_opencv_python_source [ 98%] Generate files for Python bindings and documentation Note: Class Feature2D has more than 1 base class (not supported by Python C extensions)...

The setup for workdir and an environment variable were moved. Put just one "RUN" command for simplified and do not create intermediary containers. sorry my English please, it is not...

I would be nice if you could give the opencv build information for each image with: ``` python3 -c "import cv2; print(cv2.getBuildInformation())" ```

1) Solve [Issue#22](https://github.com/janza/docker-python3-opencv/issues/22) on opencv_contrib branch. It is based on [PR#21](https://github.com/janza/docker-python3-opencv/pull/21). 2) Add `OPENCV_ENABLE_NONFREE=ON` flag on cmake. It enables user to use some patented algorithms such as SIFT. I tested...

Can we rename the docker image? If we use this name (`jjanzic/python3-opencv`) would be more appropriate, Instead of using this name (`jjanzic/docker-python3-opencv`). And also tags. - Current Tags - `opencv-4.0.0`...