필터 지우기
필터 지우기

REGARDING IMAGE COMPRESSION .

조회 수: 2 (최근 30일)
vishnu
vishnu 2012년 2월 23일
I would like to know the image compression .. these are the my basic doubts which may be very basic .. but i can not make clear to it.. so make me clear ..
1) how to calculate compression ratio? output image size/input image size .. if so how to be the compression ratio.. in some websites they have given minimum o to maximum 1.. in some websites they have given like 24:1 .. justification regarding this
2) whether .jpg image can be used to compression input .. since it is already compressed by JPEG sytem can we get significant parametrics like PSNR and ENTROY

채택된 답변

Walter Roberson
Walter Roberson 2012년 2월 23일
1) The 24:1 figure is just the inverse of the ratio. For example, if the output size is 1/3 the size of the input, 0.3333, then the inverse is 3:1, which corresponds to the idea that every 3 bits of input were (on average) compressed to 1 bit of output.
2) Every non-empty input file can be compressed by use of a suitable algorithm -- an algorithm that might only have gains for that one particular file. The question then becomes not whether .jpg files can be used as compression input (they can): the question becomes whether you can find an algorithm that compresses the subset of .jpg files that are interesting and useful for your particular purpose.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by