I am working on comparing 2 word images like these:
I am trying to use OpenCV's inbuilt feature detectors for this purpose.Using SIFT and BruteForceMatcher isn't proving to be too effective as it shows a lot of matches for non-matching words also.What would be a good feature descriptor to use in this case.
Also can someone suggest a good way to quantify the probability that these 2 images are matching.
Edit:OCR can't be used as texts can be handwritten