I need help with "imread"

1 回表示 (過去 30 日間)
Aliyu Abdu
Aliyu Abdu 2012 年 6 月 29 日
I have a scanned document image https://www.dropbox.com/s/jy2wuvmqcj7b1eu/sf3r_0006.jpg. And when I read it into matlab using "imread" function most of the details are lost https://www.dropbox.com/s/2s75833ayfsie74/img.jpg. This happens to all my scanned pictures too. The pictures were scanned at 300dpi. Please any suggestions on how I can read the images without loosing the details would help. I'm using matlab 2011Ra.

採用された回答

Jan
Jan 2012 年 6 月 29 日
Please explain how you get from "read into Matlab using "imread" to posted jpg. I'm convinced, that the picture is read correctly and only the display on the screen looks strange, because it is downsampled from 300 dpi to 72 or 96 dpi. If the "scanned" image is a black&white scan, such optical effects are expected.
  4 件のコメント
Jan
Jan 2012 年 6 月 29 日
You can use IMRESIZE with e.g. the Lanczos3 (or Lanzcos3?! I will never be able to remember this important detail) smoothing to the screen resolution.
Aliyu Abdu
Aliyu Abdu 2012 年 6 月 29 日
The "imresize" function worked. I used "imresize(x,[NaN n])". Thanks a lot. :)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImages についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by