I want a differential pulse code modulation(DPCM) matlab code for images
Ältere Kommentare anzeigen
how to apply DPCM on images
Antworten (1)
Walter Roberson
am 23 Mai 2015
0 Stimmen
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 Kommentare
tina jain
am 23 Mai 2015
tina jain
am 23 Mai 2015
Bearbeitet: Walter Roberson
am 23 Mai 2015
Walter Roberson
am 23 Mai 2015
Shrug. I am not expecting a good PSNR for arbitrarily chosen codebook and partitions and arbitrary reordering of the image into a signal.
Kategorien
Mehr zu Neighborhood and Block Processing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!