필터 지우기
필터 지우기

How to calculate appropriate compression factor?

조회 수: 1 (최근 30일)
Moon Shadow
Moon Shadow 2014년 3월 21일
댓글: Image Analyst 2014년 3월 25일
If I have an image size 3 inches x 4 inches stored in my computer with the resolution of 1200 dpi.
What is the appropriate compression factor, if this image has to be displayed on a screen of size 6 inches by 8 inches having a resolution of 200 lines per inch and 200 dots per line.

답변 (2개)

Image Analyst
Image Analyst 2014년 3월 22일
편집: Image Analyst 2014년 3월 22일
Calculate how many dots are in the original image, and how many can be displayed on the screen. You don't need more than you can display. Compression factor uses the ratio of those numbers of dots. You should be able to figure it out!
  댓글 수: 6
Moon Shadow
Moon Shadow 2014년 3월 23일
편집: Moon Shadow 2014년 3월 23일
I think to calculate the compression factor it should be both the same unit.
So, I want to convert all the units to Dpi.
The lines per inch and dots per line to Dpi.
Image Analyst
Image Analyst 2014년 3월 23일
What does DPI have to do with compression? Magnification yet, but compression? What if I have a 3600 x 4800 pixel image and I display it at 1 dpi on the jumbotron at a stadium? If my image compressed by 1200 to 1? No.
A line pair requires one line to be bright and one line to be dark. Two rows (lines) - that's a line pair . So you need two rows to get a single line pair. That's where your factor of 2 comes from. But it has nothing to do with what we're talking about.

댓글을 달려면 로그인하십시오.


Walter Roberson
Walter Roberson 2014년 3월 23일
You should be treating the display as one vertical pixel per line.
You should be able to calculate the resizing easily enough. You are doubling the horizontal and vertical sizes, which would stretch the 1200 dpi out to 600 dpi. The display is only capable of 200 dpi so you need to subsample by a factor of 3.
  댓글 수: 3
Walter Roberson
Walter Roberson 2014년 3월 25일
No, subsampling and compression are not the same thing. To do the required display you need to subsample, not to compress.
If you were to take the image and put it through lossy JPEG you could likely get 9:1 compression without much difficulty, but the result would still be a 3600 x 4800 image, which you would not be able to display on a 1200 x 1600 display.
"Compression" is a reduced-memory representation of the same data. What you need is less data, not the same data stored in less computer memory.
Image Analyst
Image Analyst 2014년 3월 25일
I agree. Like I said above, you're talking more about magnification (replicating/interpolating pixels, or in your particular case subsampling), rather than compression. Why do you keep wanting to use the term compression? Is there someone who is telling you that compression is the proper term, even though Walter and I are telling you it's not?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 IEC Certification Kit (for ISO 26262 and IEC 61508)에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by