Ask Your Question
1

OCR Character Segmentation for cursive handwriting

asked 2013-06-16 04:39:09 -0600

123ezone gravatar image

I have done a OCR application for handwritten normal characters.For the segmentation of characters I have used histogram profile method. That successfully works for normal English characters.

I have used horizontal projection for line segmentation and vertical projection for character segmentation.

To segment lines of cursive hand written article I can use horizontal projection as previous. But I can't use same methodology for cursive English character segmentation since they are merged each other and also slanted. Can anyone please help me with a way to segment cursive characters.Thank You very much.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-10-30 08:11:25 -0600

akoo gravatar image

Hi 123ezone, I am doing a license plate recognition using an OCR too and at this moment I'd like to use horizontal projection. Could you tell me please how have you done it?

Thanks

edit flag offensive delete link more

Comments

Hi, I am pursuing graduation and doing project on OCR. I am new to c++, could you please give a sample code for segmentation using projection profiles? I am able to get horizontal Histogram but not sure how to scan that and get the lines segmented and use them for vertical projection. I would be so glad if i get a sample code, Thankyou

sg1007 gravatar imagesg1007 ( 2015-04-16 14:29:39 -0600 )edit

@sg1007 OpenALPR is a open source of license plate recognition system.

cv_new gravatar imagecv_new ( 2016-01-26 20:27:22 -0600 )edit

Question Tools

Stats

Asked: 2013-06-16 04:39:09 -0600

Seen: 2,695 times

Last updated: Oct 30 '13