Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I have two images but i dont have the fonts for recognize exist any way of use the digit for output true when the image contain this digit or another way of recognize creating a fonts from jpg file (I use tesseract but not work with this image)
The are only ten digits: 0, 1, 2, ... 9. You can crop each to a sample. Then, when you want to find the digits in an image, you can sub-search the image for each sample in turn.
hi thanks but i use subsearch but this output a coordinate not output true or false and when the image dont recognize then output other rare cordinate magick compare -metric rmse -subimage-search -dissimilarity-threshold 1 circle4.png NUMERO0.png null: 2>&1
The number in parenthesis 0.124403 is between 0.0 (the match is perfect) and 1.0 (the match is as bad as it gets). Write a script to find which of the ten digits has the best match.