Linked Questions
19 questions linked to/from Algorithm to compare two images
0 votes
2 answers
520 views
if background image of a panel is equal to image in my resources
This is a function i wrote, but it outputs msgbox("error") in the else section. What is happening in my code: It's a tic tac toe program, when background image of three horizontal panels ...
2 votes
1 answer
281 views
the best ways of recognising drawn images
today I'm seeking an advice about the best ways of recognising drawn images. For example if you use Chinese/Japanese keyboard, you can draw that special signs with your finger and it will be ...
1 vote
2 answers
90 views
Compare two nonlinear transformed (monochromatic) images
Given are two monochromatic images of same size. Both are prealigned/anchored to one common point. Some points of the original image did move to a new position in the new image, but not in a linear ...
0 votes
1 answer
74 views
Search an image in a directory
I have a project in which I have lots of different images. Once in a while, we are adding more images inside it, but before, we need to check if it already existed (because we added it previously). ...