Different methods of cropping
1 次查看(过去 30 天)
显示 更早的评论
Hi. I would like to know what are the cropping methods available for image processing[Optical Character Recognition].
And what difference/which is preferred/better i probably would see in the results between using ROI and auto/manual cropping? thanks! :)
1 个评论
回答(1 个)
Image Analyst
2012-10-3
I only know of three cropping methods (imcrop(), extraction, and masking) and they're all more or less similar because you need to have the rows and columns you have to crop at. But I think that's your real question - how to get the rows and columns to crop at. To a question like that, we generally refer people to research the literature to find the best algorithm, then come back here once you have some attempt at coding it up in MATLAB (but don't ask us to explain some paper to you).
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!