I want a differential pulse code modulation(DPCM) matlab code for images
古いコメントを表示
回答 (1 件)
Walter Roberson
2015 年 5 月 23 日
0 投票
You can reshape() the image array into a vector in order to create a "signal" that you apply DPCM to. It might not be very effective, but if someone promised that DPCM is useful for images then you should write the code to follow their algorithm.
3 件のコメント
tina jain
2015 年 5 月 23 日
tina jain
2015 年 5 月 23 日
編集済み: Walter Roberson
2015 年 5 月 23 日
Walter Roberson
2015 年 5 月 23 日
Shrug. I am not expecting a good PSNR for arbitrarily chosen codebook and partitions and arbitrary reordering of the image into a signal.
カテゴリ
ヘルプ センター および File Exchange で Neighborhood and Block Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!