ImageCompression
This code reads an image as a matrix and applies discrete cosine transform on it. Then, user needs to enter the quality factor he/she want for the compressed image. Predefined quantification matrix does the job of quantifying the image after dct. Now, we just need to get back into our original space of pixels by applying inverse discrete cosine transform. The image we get is compressed image with quality factor user has entered.
Concepts of Signals and Systems and Linear Algebra are applied together to get desired output which actually was essential part of this project.
P.S.: This is just the software based approach to image compression with dct-idct. You can also implement whole simulation on FPGA with verilog coding which was our real project. You need to take care of number of multiplications while coding in verilog which will lead you to understand and apply fft's butterfly structure to transform image pixels to frequency domain.
Cite As
Ronak Prajapati (2026). ImageCompression (https://github.com/ronak0001/ImageCompression), GitHub. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Image Transforms >
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.1 | Modified |
|
|
| 1.0.0 |
