Skip to main content
The 2024 Developer Survey results are live! See the results
11 events
when toggle format what by license comment
May 21, 2023 at 11:01 review Suggested edits
May 22, 2023 at 18:31
Sep 5, 2022 at 3:38 comment added brewmanz I had to sudo apt-get install python3-opencv for this to work on Ubuntu 20.04
S Jun 13, 2019 at 22:09 history suggested DanBrezeanu CC BY-SA 4.0
fixed bug for OpenCV 3.0+
Jun 13, 2019 at 19:05 review Suggested edits
S Jun 13, 2019 at 22:09
Dec 26, 2016 at 13:16 comment added master_dodo Will it work if one of the image is present as low opacity in other image.(On of the input images is watermarked in other image.)
Feb 12, 2016 at 12:20 comment added jeromej SOLUTION: Ok so as I'm using Py3, it actually uses OpenCV3 despite it still imports as cv2 so some stuff have changed places/names.
Feb 12, 2016 at 11:46 comment added jeromej Weirdly enough from cv2 import cv raises ImportError: cannot import name 'cv' while import cv2 works just fine…
Feb 6, 2014 at 3:20 comment added devonbleibtrey I agree with Moshe but I believe it should be cv2.matchtemplate(large_image, small_image, method). Also here is another good source of information for template matching in python.
Mar 4, 2013 at 4:10 history edited Moshe CC BY-SA 3.0
Modified to be a full code sample.; deleted 4 characters in body
Mar 2, 2013 at 16:56 vote accept Adam
Feb 28, 2013 at 22:35 history answered Moshe CC BY-SA 3.0