What is the typical Compression ratio for color images?
Show older comments
Sir, Iam working on fft algorithms for color images.I found that the number of bytes in fft file is more than no.of bytes in the original image and hence compression ratio is less than 1. Iam not able to make out whats my mistake. I have found the fft of image and then finding the size of the fft file. If I do quantization the compression ratio is 1.3 but I heard it should be 30-40. I have written an fft functio I am able to reconstruct the image and psnr is above 35dB with the designed fft function.
I want to know how to find compression for color image. Plz help me
1 Comment
Walter Roberson
on 18 Dec 2013
What is an "fft file" ? What theoretical reason is there to expect that the fft file might ever be smaller than the original image size?
Accepted Answer
More Answers (2)
Walter Roberson
on 18 Dec 2013
0 votes
The typical compression ratio for color images is 512:514, just a little below 1.
The theoretic typical compression ratio for color images is arguably 1:1 exactly, but is also arguably only that asymptopically, with all files (compressed or uncompressed) arguably required to add one bit which signals whether the file is a compressed image or an uncompressed image. Yes, that one extra bit really does make a difference in the field of compression theory -- makes a big difference.
Image Analyst
on 18 Dec 2013
0 votes
Of course an fft image will be more bytes than a spatial domain image - that's obvious because there are 8 or 16 bytes per pixel instead of 1. The fft gives complex double precision values.
I find for my images that a PNG color image is about 1/3 the size of a TIF or BMP version. JPEG versions are even smaller but of course they look crummy.
1 Comment
Walter Roberson
on 18 Dec 2013
Right, those values are for your images, which are images of interest to you. But over the set of all color images, the theoretical rate approximates 1:1.
Categories
Find more on Image Quality in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!