How to recognize handwritten character using fuzzy logic ?
5 次查看(过去 30 天)
显示 更早的评论
I am on a project to design a system which will take handwritten character images as input, recognize them using fuzzy logic and give the output of recognition. I am stuck at the stage of feature extraction and character recognition. I am not being able to figure out what to do and how to do. Any type of corresponding lead or clue will be great for me. Thank You.
1 个评论
Arshia Gupta
2020-12-9
Hey, M also facing the same problem.If u have sorted it, kindly help me. Any type of clue will be great for me. Thank You.
回答(2 个)
Kyle Rawding
2021-3-17
Hi -
I understand that you're interested in using handwritten character images as inputs to a fuzzy logic system for classification.
I don't know of any full workflow examples in this domain using handwriting, but there are a couple of published examples that may help in different parts of the workflow:
- https://www.mathworks.com/help/fuzzy/fuzzy-logic-image-processing.html (Edge detection)
- https://www.mathworks.com/help/fuzzy/fuzzy-c-means-clustering-for-iris-data.html (Fuzzy C-Means clustering for classification)
- https://www.mathworks.com/help/fuzzy/classify-pixels-using-fuzzy-systems.html (Classifying pixels based on color or texture)
In addition, if you're not restricted to using fuzzy logic to solve this problem, the free 2 hour 'Machine Learning Onramp' course walks through how to use machine learning to solve this exact problem in great detail. I'd highly recommend it. Here's a link to that:
Even if you do decide to pursue a fuzzy logic approach, that onramp discusses many potential features to extract for character recognition that could be useful in a fuzzy c-means clustering approach.
Cheers,
Kyle
0 个评论
Image Analyst
2017-4-16
2 个评论
Image Analyst
2017-4-17
I don't know fuzzy concepts - never had the need/opportunity/occasion to learn them.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Clustering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!