python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Algorithm for 'pixelated circle' image recognition
Here are three sample images. In these images I want to find:
Coordinates of the those small pixelated partial circles.
Rotation of these circles. These circle have a 'pointy' side. I want to fin...
user541396
Votes: 0
Answers: 1
How to find logos on a website screenshot
I'm looking for a way to check if a given logo appears on a screenshot of a webpage. So basically, I need to be able to find a small predefined image on a larger image that may or may not contain the ...
devmiles.com
Votes: 0
Answers: 1
How do I compare two images and transform them to match?
I am taking two similar images and putting one on top of the other as semi transparent overlay.
What I'm trying to achieve now is to compare the difference between them and transform (scale, crop, mov...
Afron Orana
Votes: 0
Answers: 0
How do I get pyTesseract to only get numbers from an image
I've been trying to make a sudoku solver taking an input of sudoku game in png form.
I've tried to turn the digits in image into numbers so that I can put them on a list and implement an algorithm aft...
Gunay Karaoglu
Votes: 0
Answers: 1