I am doing a project named "Handwritten character recognition using neural networks". i am having a problem now after segmenting the characters. the problem is- "some of the letters are slant" so can anyone help me out with the code to fix this.

1 view (last 30 days)
Handwritten Character Recognition Using Neural Networks. Currently, i have done with the coding till converting the image to binary, thinning and extracting individual characters from the input image.so the problem i faced after extracting individual characters is some of the characters are slant in nature. so before providing it for the next step, we wanted to fix it. so can anyone help me with the code for fixing my problem.
  5 Comments
Amol
Amol on 21 Mar 2014
i have put bounding boxes to each character in the image and extracted those individually. so its columnized binary images.

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 23 Mar 2014
They both look slanted to me. You might have to correct the slant for each character, like for the A, detect the apex and the legs and rotate it such that the apex is in the middle above the legs. Of course if you know it's an A then the problem is pretty much done already.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!