how to get dct co-efficients of a compressed image
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi all, am a student of M.tech doing a project on image processing in Matlab, my project is doing different operations on compressed image directly. so in order to do tat 1st i want to know "how to get DCT co-efficients of an compressed image"
please help me in finding the same...
Thank you, Raj,
댓글 수: 0
채택된 답변
Wayne King
2011년 10월 21일
Please read the documentation for dct2
>>doc dct2
댓글 수: 4
Walter Roberson
2011년 10월 24일
If you have an existing JPEG image and you want to retrieve the stored DCT coefficients, then you will need to study the JPEG file format and write a routine to pull them out of the JPEG file.
You might be able to find an existing routine that could be adapted for your purposes in the MATLAB File Exchange.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Denoising and Compression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!