I successfully implemented the OpenCV square-detection example in my test application, but now need to filter the output, because it’s quite messy – or is my code wrong? I’m...
I’ve been bashing my face into this one for literally days now and even though I feel constantly that I am right on the edge of revelation, I simply...
Currently in an Android application that I’m developing I’m looping through the pixels of an image to blur it. This takes about 30 seconds on a 640×480 image. While...
How can I get the difference between two images? I have the original image. Someone has written on an exact duplicate of the original image. Now, I need to...
After my previous question on finding toes within each paw, I started loading up other measurements to see how it would hold up. Unfortunately, I quickly ran into a...
I want to use OpenCV2.0 and Python2.6 to show resized images. I used and adopted this example but unfortunately, this code is for OpenCV2.1 and does not seem to...
I have a transparent png image “foo.png” and I’ve opened another image with im = Image.open("foo2.png"); now what i need is to merge foo.png with foo2.png. ( foo.png contains...
Here’s what I would like to do: I’m taking pictures with a webcam at regular intervals. Sort of like a time lapse thing. However, if nothing has really changed,...
I need a simple and fast way to compare two images for similarity. I.e. I want to get a high value if they contain exactly the same thing but...
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only...