ImageCompression

버전 1.0.1 (1.8 KB) 작성자: Ronak Prajapati
Image Compression is done using Discrete Cosine Transform and Inverse Discrete Cosine Transform.
다운로드 수: 158
업데이트 2019/2/14

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.

인용 양식

Ronak Prajapati (2026). ImageCompression (https://github.com/ronak0001/ImageCompression), GitHub. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2018b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Image Transforms에 대해 자세히 알아보기
태그 태그 추가

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
1.0.1

Modified

1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.