0

It needs recognize icons. For example, the app scans with with phone camera and recognizes one of the icons below and if it recognized then the app performs some action. It recognizes it by comparing with icons stored in the app.

Any libs, manuals, please.

And how to name this task if to search it: optical image recognition? (This is not OCR because recognizing image, not text, right?)

Thank you very much!

enter image description here

Christoph Rackwitz
  • 11,317
  • 4
  • 27
  • 36
Kiryl Ivanou
  • 1,015
  • 2
  • 12
  • 22

1 Answers1

1

how to compare set of images in java using pixel based image comparision metric based on mean squared error?

Image Comparison Techniques with Java

Java library to compare image similarity

Google "java code to compare two images"

Also you can try perform and compare MD5 of both images, but i can't guarantee it will work(depends on your situation and if the files are the same).

Community
  • 1
  • 1
Doger
  • 141
  • 1
  • 8