Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Digit recognizing by Matlab And Fuzzy system
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi there. I tried following approach to recognizing digit in an image by Matlab Command Line And Fuzzy System.
Point: Below approach showed letter recognizing , I don't need that i just need to do the same approach for digit.

This approach using bit(On,Off) technique in all image parts(Upper right corner[on,off] , Lower left corner[on,off] , ...) for recognizing.
And then through If-Then we can find out what number is in that image.
For example :
- If (UL is Off) And (UR is On) And (LR is Off) And ... Then digit is '6'
- If (UL is On) And (UR is Off) And (LR is Off) And ... Then digit is '1'
I've 1 problem for now :
- How can i interaction with Matlab Command line and fuzzy system (I mean fuzzy got input from cmd-Line and fuzzy send output to cmd-Line)
If you know better way to do that, share it please. Tnx
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!