About 226,000 results
Open links in new tab
  1. How to use OpenCV in Python? - Stack Overflow

    EDIT: OpenCV now ships with 64-bit Python binaries. The .dll files need to go somewhere in your path (I put them in the scripts folder), and the .pyd files go in your site-packages directory. The …

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

    Apr 2, 2017 · # Python 2.7 and 32-bit machine: C:\opencv\build\python\2.7\x84 # Python 2.7 and 64-bit machine: C:\opencv\build\python\2.7\x64 To this Anaconda directory (the beginning part …

  3. Use GPU with opencv-python - Stack Overflow

    Aug 26, 2020 · I'm trying to use opencv-python with GPU on windows 10. I installed opencv-contrib-python using pip and it's v4.4.0.42, I also have Cuda on my computer and in path. …

  4. python - OpenCV - Apply mask to a color image - Stack Overflow

    How can I apply mask to a color image in latest python binding (cv2)? In previous python binding the simplest way was to use cv.Copy e.g. cv.Copy(dst, src, mask) But this function is not …

  5. Detect and visualize differences between two images with OpenCV …

    May 17, 2019 · There is also Python Wand, which uses Imagemagick. compare -metric rmse -fuzz 25% left.jpg right.jpg diff.png An alternate method is to use a lower fuzz value and use …

  6. python - How can I install cv2? - Stack Overflow

    Sep 11, 2019 · opencv-python. If you need support for working videos: pip install opencv-contrib-python. opencv-contrib-python. If you need a non-GUI OpenCV: pip install opencv-python …

  7. Displaying a webcam feed using OpenCV and Python

    Apr 8, 2010 · I have been trying to create a simple program with Python which uses OpenCV to get a video feed from my webcam and display it on the screen. I know I am partly there …

  8. Access IP Camera in Python OpenCV - Stack Overflow

    Feb 7, 2014 · 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 …

  9. python - Accesing laptop camera with openCV - Stack Overflow

    Oct 1, 2016 · I use jupyter notebook, python 2.7, openCV 2.4. How can I get the openCV to work with the cam? python; opencv;

  10. python - Import OpenCV on jupyter notebook - Stack Overflow

    Apr 3, 2018 · This is pip list and as I've highlighted, opencv-contrib-python version 3.4.3.18 is installed- Then why can't I import OpenCV on jupyter notebook, like tensorflow or numpy are …

Refresh