hi , i want to extract lower case letters i & j and also want to know the placements of dots?

hi , i want to extract lower case letters i & j and also want to know the placements of dots? i will elaborate my question, i want to firstly extract the letters i & j.Then the position of dots with respect to i and j.That is whether the dots are towards left or right or straight at the top.Their distances from the base.

댓글 수: 6

What do you mean by extract? Find the position in a string? Something else? If the position, do you need to know the position of i, j and dot separately, or do you just want to know where in the string to find a i, j or dot.
The answer is different for each case.
Again, what do you mean by extract? It now sounds like you want to find the letter i and j in an image. Is that correct?
exactly this is what i wanted , i wanted to find the letter i and j.
I would recommend a search for matlab ocr and go from there.
By the way, the official name for the dot on i and j is tittle.
THANKS I DID N'T KNEW IT

댓글을 달려면 로그인하십시오.

답변 (1개)

Orion
Orion 2014년 10월 22일
편집: Orion 2014년 10월 22일
Hi,
see strfind
ex :
str = 'ARTioLMj'
strfind(str,'i')
strfind(str,'j')
same for dots

댓글 수: 1

THANKS FOR YOUR ANSWER BUT IAM GETTING AN ERROR "Undefined function or method 'ocr' for input arguments of type 'double'". PLEASE HELP

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

질문:

2014년 10월 22일

댓글:

2014년 10월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by