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!