필터 지우기
필터 지우기

what is the difference between compression and resize of Image?

조회 수: 5 (최근 30일)
azizullah khan
azizullah khan 2013년 12월 8일
답변: Jan 2014년 8월 26일
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