I want a differential pulse code modulation(DPCM) matlab code for images
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
how to apply DPCM on images
0 comentarios
Respuestas (1)
Walter Roberson
el 23 de Mayo de 2015
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 comentarios
tina jain
el 23 de Mayo de 2015
Editada: Walter Roberson
el 23 de Mayo de 2015
Walter Roberson
el 23 de Mayo de 2015
Shrug. I am not expecting a good PSNR for arbitrarily chosen codebook and partitions and arbitrary reordering of the image into a signal.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!