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!