hello, i am trying to create a basic GUI that accepts a image (a handwritten text) as its input and show its output (segmented characters)

1 view (last 30 days)
hi i am working on a project where i am supposed to segment a handwritten words into individual characters. i have a code which does this . "AM I BEGINNER" i need to create a basic GUI that accepts a image (handwritten text image) and display output (original image its histogram, and segmented characters) "so i need to know how to develop a GUI and how to link the GUI with the code". please provide me little guidance thank you.

Answers (1)

Image Analyst
Image Analyst on 4 May 2014
If you have the Computer Vision System Toolbox, try this code: http://www.mathworks.com/help/vision/ref/ocr.html#bt548t1-2_1
Otherwise see my image segmentation tutorial. If you don't need to do OCR but just to identify different letters (blobs), then simply threshold and label like my BlobsDemo tutorial shows you. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862. Feel free to attach your image, like most people who ask for image analysis advice, so we're not advising you "blind".

Categories

Find more on Recognition, Object Detection, and Semantic Segmentation in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!