what is the difference between compression and resize of Image?

7 次查看(过去 30 天)
Kindly explain the difference between COMPRESSION and RESIZE of image with EXAMPLES.What is compression basically?Can we compare pixel reduction with compression ?Can we explain intensity of pixel in term of compression?Kindly if anyone have idea about the above mention queries share it with me.Thanks in advance........................

回答(1 个)

Jan
Jan 2014-8-26
For a compression, the resoltuion of the picture is not changed, but the information is stored in a more efficient format.
Some image compressions work with omitting details, which cannot be seen by human (e.g. JPEG), others work lossless by exploiting similarities between the color values of neighboring pixels.
An example is a 200x300 image of just blue pixels. Then: "a 200x300 image of just blue pixels" is a compression already. Resizing is a completely different thing, e.g. when you create a 100x400 pixel image by interpolating.

类别

Help CenterFile Exchange 中查找有关 Denoising and Compression 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by