is this code give me compression?

조회 수: 1 (최근 30일)
Jitesh Bhanushali
Jitesh Bhanushali 2014년 4월 24일
댓글: Jitesh Bhanushali 2014년 4월 26일
sir is this m file gives me compression??

답변 (2개)

Walter Roberson
Walter Roberson 2014년 4월 24일
Yes.
  댓글 수: 2
Jitesh Bhanushali
Jitesh Bhanushali 2014년 4월 25일
thanku sir sir how can i find mse and psnr in this code??
Jitesh Bhanushali
Jitesh Bhanushali 2014년 4월 26일
sir where exactly the compression takes place?? how to find compression ratio

댓글을 달려면 로그인하십시오.


Image Analyst
Image Analyst 2014년 4월 25일
From the help of the Image Processing Toolbox:
psnr
Peak Signal-to-Noise Ratio (PSNR) expand all in page
Syntax
peaksnr = psnr(A,ref)example
peaksnr = psnr(A,ref,peakval)
[peaksnr,snr] = psnr(___)
Description
example
peaksnr = psnr(A,ref) calculates the peak signal-to-noise ratio for the image A, with the image ref as the reference. A and ref must be of the same size and class.
peaksnr = psnr(A,ref,peakval) uses peakval as the peak signal value for calculating the peak signal-to-noise ratio for image A.
[peaksnr,snr] = psnr(___) returns the simple signal-to-noise ratio, snr, in addition to the peak signal-to-noise ratio.
  댓글 수: 2
Image Analyst
Image Analyst 2014년 4월 25일
If you don't have that toolbox, I attach my demo.
Jitesh Bhanushali
Jitesh Bhanushali 2014년 4월 26일
sir i got MSE=0 and psnr=inf

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by