OpenCV C++/Obj-C: Detecting a sheet of paper / Square Detection
I successfully implemented the OpenCV square-detection example in my test application, but now need to filter the output, because it’s quite messy – … Read more
I successfully implemented the OpenCV square-detection example in my test application, but now need to filter the output, because it’s quite messy – … Read more
I’ve been bashing my face into this one for literally days now and even though I feel constantly that I am right on … Read more
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 … Read more
How can I get the difference between two images? I have the original image. Someone has written on an exact duplicate of the … Read more
After my previous question on finding toes within each paw, I started loading up other measurements to see how it would hold up. … Read more
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 … Read more
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 … Read more
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. … Read more
I need a simple and fast way to compare two images for similarity. I.e. I want to get a high value if they … Read more
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so … Read more