I am working on an ANPR system using OpenCV and have seen in a few articles a way of doing character segmentation. The idea is to make a graph showing the concentration on color across the image.
How do I do this?
This is the image that I have:
I need to detect the locations of the black areas as shown above to identify each of the characters.
I have tried adding the values up pixel by pixel but I am doing this on Android and the time this takes is unacceptable.