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!