I'm working on number plate recognition. The problem is that I have to de-skew the characters in a binary image to increase the accuracy of template matching.
I have done a lot of pre-processing to remove unnecessary pixels of the image and I could segment the characters out. But unfortunately they are skewed.
From... converting to greyscale to binary
Then.. pre-processing techniques..
After segmentation..
As can be observed in the last image, the characters are skewed and this will lead to inaccuracy for template matching to perform recognition purposes.
Most of the researchers are using Hough transform to perform the de-skew operation but is there an easier way to do this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…