Different methods of cropping

1 次查看(过去 30 天)
Adela
Adela 2012-10-3
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 个评论
Walter Roberson
Walter Roberson 2012-10-3
That sounds more like an algorithm question than a MATLAB question.

请先登录,再进行评论。

回答(1 个)

Image Analyst
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).

Community Treasure Hunt

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

Start Hunting!

Translated by