how to get dct co-efficients of a compressed image

조회 수: 2 (최근 30일)
Muthuraj V
Muthuraj V 2011년 10월 21일
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,

채택된 답변

Wayne King
Wayne King 2011년 10월 21일
Please read the documentation for dct2
>>doc dct2
  댓글 수: 4
Muthuraj V
Muthuraj V 2011년 10월 24일
Thank for the information,
but i wanted to get the DCT coefficients of an image in compressed domain i.e without compressing it.
can u please check with that.
Thank You
Walter Roberson
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 CenterFile Exchange에서 Denoising and Compression에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by