Difference between resampling & resizing

回答 (2 件)

Jan
Jan 2012 年 8 月 21 日

1 投票

There is not necessarily a difference between resizing and resampling of an image: Both can lead to the same results. imresize allows to apply different methods to create the resized image. But a resampling needs a specified method for the filtering also.
In theory you can resize an image by changing the resolution only, e.g. by setting the size of a pixel from 1/72mm to 1/96mm. But this does not reflect the operation of imresize. In opposite to this a resampling requires the creation or removing of pixels with an optional filtering.
Azzi Abdelmalek
Azzi Abdelmalek 2012 年 8 月 21 日
編集済み: Azzi Abdelmalek 2012 年 8 月 21 日

0 投票

  1. resizing means changing a size of an image without changing the number of pixels
  2. resampling means changing the number of pixels. this will affect the quality of your image

1 件のコメント

Jan
Jan 2012 年 8 月 21 日
imresize does change the number of pixels.

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

カテゴリ

ヘルプ センター および File ExchangeRead, Write, and Modify Image についてさらに検索

質問済み:

2012 年 8 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by