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 次查看(过去 30 天)
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 个评论
Amol
Amol 2014-3-21
i have put bounding boxes to each character in the image and extracted those individually. so its columnized binary images.

请先登录,再进行评论。

回答(1 个)

Image Analyst
Image Analyst 2014-3-23
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.

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by