Does anyone know of a .NET programmable/usable API for reading an image file, and comparing it to an existing set of images?
e.g. I have three pictures of the letters A, B, and C. I then copy the picture of A, and modify it so that it is flipped 180 degrees. I'd like to be able to have a piece of software that detects that it is a match to the existing letter A.
I appreciate any help!
EDIT: Replace the letters A, B, and C with an image of an apple, and orange, and a banana. This isn't so much about recognizing alphanumeric characters as it is comparing shapes/images.
EDIT #2: Imagine it as a way to detect the result of rolled dice. Imagine a standard pipped, six-sided die. When you roll a six, there are six dots. It could land any way, but what I'd like to try to do is have a camera take a picture of the die and compare it with control images to detect the value.