straighten a image
古いコメントを表示
hello people am working on a ocr of braille! i have finished the entire project! the one drawback of my project seems to be that, my code doesn't work on images which are slightly curved during scanning! the input to my code is a scanned braille script! so if the image is tilted, then my code gives me an error! so i wanna know if there's any algorithm or method by which i can straighten that image!! any help would be greatly appreciated. thank you
2 件のコメント
Geoff
2012 年 5 月 24 日
Sorry, first you say "curved", then you say "tilted". Which is it? Or is it both?
"Curved" implies you need to de-warp the image. "Tilted" implies you just need to rotate it. If it's the latter, do you have any reference lines in your image to indicate what true vertical or horizontal is?
goutam
2012 年 5 月 26 日
採用された回答
その他の回答 (3 件)
goutam
2012 年 5 月 25 日
0 投票
1 件のコメント
Image Analyst
2012 年 5 月 25 日
There are a few different ways to do it. Did you look up any of the ways I suggested?
goutam
2012 年 5 月 25 日
0 投票
4 件のコメント
Image Analyst
2012 年 5 月 25 日
Well what can I say without seeing your code? All I can say is that you did something wrong. It's case sensitive - did you call Reading and define reading? Is the function not on the search path or the folder of the calling routine?
Image Analyst
2012 年 5 月 25 日
By the way, you should put your comments as "Comment on this Answer" (my Answer) rather than adding your comment as a new "Answer" all by itself.
goutam
2012 年 5 月 26 日
Image Analyst
2012 年 5 月 26 日
Well what can I say without seeing your code? All I can say is that you did something wrong.
ali dulla
2016 年 2 月 11 日
0 投票
Dewarping by means of flow lines
カテゴリ
ヘルプ センター および File Exchange で Convert Image Type についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!