About 4,780,000 results
Open links in new tab
  1. python - How can I install cv2? - Stack Overflow

    Sep 11, 2019 · 32 My environment: Ubuntu 18.04 LTS (Bionic Beaver) (also tried on Ubuntu 19.04 (Disco Dingo)) I use/need Python 3 (3.6.8 installed). I need cv2, which is a model of OpenCV. I tried …

  2. python - How do I install opencv using pip? - Stack Overflow

    Aug 15, 2018 · 307 I need to install cv2 for a script that has been written for me. I tried pip install cv2 and pip install open_cv and got the same problem - a warning message from dist.py and complains about …

  3. python - Cannot find module cv2 when using OpenCV - Stack Overflow

    I have installed OpenCV on the Occidentalis operating system (a variant of Raspbian) on a Raspberry Pi, using this script by jayrambhia. It installed version 2.4.5. When I try import cv2 in a Python

  4. python 3.x - How to import cv2 in python3? - Stack Overflow

    I'm using Windows, and I'm trying to install package cv2 for python3. I did a pip3 install opencv-python and it reports successful: But when I do the import cv2 from python3, it's not found and I ...

  5. How do I install Python OpenCV through Conda? - Stack Overflow

    I'm trying to install OpenCV for Python through Anaconda, but I can't seem to figure this out. I tried conda install opencv conda install cv2 I also tried searching conda search cv No cigar. I ran

  6. " No module named 'cv2' " but it is installed - Stack Overflow

    Jan 11, 2019 · If you are certain that you have installed CV2, but you run into "no module named cv2" when running Python, that means CV2 was installed to a different Python version from the one you …

  7. python - DLL load failed error when importing cv2 - Stack Overflow

    May 10, 2017 · Because when I "import cv2" installed (python 3.6) it shows directly: "ImportError: DLL load failed: The specified module could not be found" Then I install python 3.5 and open WinPyhton …

  8. How to crop an image in OpenCV using Python - Stack Overflow

    How to crop an image in OpenCV using Python Asked 12 years, 8 months ago Modified 1 year, 6 months ago Viewed 1.1m times

  9. How do I increase the contrast of an image in Python OpenCV

    Sep 3, 2016 · For Python, I haven't found an OpenCV function that provides contrast. As others have suggested, there are some techniques to automatically increase contrast using a very simple …

  10. Access IP Camera in Python OpenCV - Stack Overflow

    Apr 23, 2018 · An IP camera can be accessed in opencv by providing the streaming URL of the camera in the constructor of cv2.VideoCapture. Usually, RTSP or HTTP protocol is used by the camera to …