Scalable MPEG compression based on DCT coefficients

Versión 1.2.0.0 (86,9 KB) por Zahid Ali
This application makes 2 layers base Layer and enhancement layer from quantized coefficients
7,2K descargas
Actualizado 12 ene 2009

Sin licencia

The aim of this application is to implement scalable mpeg type compression by varying DCT coefficients and finding minimum number of DCT coefficients that can give minimum acceptable quality..
This application only works for gray scale.
Although this program will do its work but its slow.
This code is without any comments i will try to add them. but for the time being if u have hard time understanding it you can always contact me

Citar como

Zahid Ali (2024). Scalable MPEG compression based on DCT coefficients (https://www.mathworks.com/matlabcentral/fileexchange/13020-scalable-mpeg-compression-based-on-dct-coefficients), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R13
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Agradecimientos

Inspirado por: Block Matching Algorithms for Motion Estimation

Community Treasure Hunt

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

Start Hunting!

shat/

threshold coding/

zonal coding/

Versión Publicado Notas de la versión
1.2.0.0

Thank you Zeeshan for correcting errors and adding error handling to the code and commenting my code.
Now main file which is main.m has a function and you can run it through command line by passing it arguments

1.0.0.0