I am doing tamil character recognisation,I have some 5 tamil characters .
first they are static
next 2 characters are rotated,
now i want to compare static and rotated word and want to display the character which is rotated ,please help

댓글 수: 2

Walter Roberson
Walter Roberson 2012년 2월 2일
http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
FIR
FIR 2012년 2월 3일
http://imgur.com/HMuZE
http://imgur.com/CRJHp
these are the two images

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

답변 (1개)

Image Analyst
Image Analyst 2012년 2월 2일

0 개 추천

See section 23.4:
For example:
Siromoney, G., Chandrasekaran, R., Chandrasekaran, M.,
Computer recognition of printed Tamil characters,
PR(10), No. 4, 1978, pp. 243-247.
Chinnuswamy, P., Krishnamoorthy, S.G.,
Recognition of handprinted Tamil characters,
PR(12), No. 3, 1980, pp. 141-152.

댓글 수: 8

FIR
FIR 2012년 2월 3일
Image analyst can u tell where i can get codes for it
Walter Roberson
Walter Roberson 2012년 2월 3일
I thought developing the code was what your project was about?
FIR
FIR 2012년 2월 3일
s walter i original image i have 4 letters,
next i have single letter in image ,i want to comapre single image with that original image,if it matches i want to display,
like this i have 4 images(each letter ,each image ),if image ddoecnot not match means ,i want to rotate the image and if it matches i should be displayed(because the single letter images may be in rotated position)
Walter Roberson
Walter Roberson 2012년 2월 3일
That is a clearer explanation of your project than you gave before.
I am still not sure, though, what code you are hoping Image Analyst can provide for you? I thought the point of your project was to _write_ the code to accomplish your task, not to _copy_ code to accomplish the task?
FIR
FIR 2012년 2월 3일
i did not know to start ,thats y i asked for coding support
Walter Roberson
Walter Roberson 2012년 2월 3일
I suspect that if you were to read those two papers, you would get good ideas of what kind of features would be useful to extract.
FIR
FIR 2012년 2월 3일
ok walter
Image Analyst
Image Analyst 2012년 2월 3일
Maybe you just want a simple template matching app using normxcorr2() that doesn't really care about Tamil characters, it just looks for matching patterns of gray levels, like Chandra gave here: http://www.mathworks.com/matlabcentral/answers/24467-identifying-objects-in-a-picture-containing-several-objects

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

질문:

FIR
2012년 2월 2일

편집:

2013년 9월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by