What is the typical Compression ratio for color images?
Mostrar comentarios más antiguos
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 comentario
Walter Roberson
el 18 de Dic. de 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?
Respuesta aceptada
Más respuestas (2)
Walter Roberson
el 18 de Dic. de 2013
0 votos
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
el 18 de Dic. de 2013
0 votos
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 comentario
Walter Roberson
el 18 de Dic. de 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.
Categorías
Más información sobre Image Transforms en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!