photo

Tanish Mehta


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How can the quality of animated images be tested?
If I use the normal formula to calculate PSNR, MSE and SSIM on animated WebP and animated HEIF images will I get correct results...

4 years ago | 0 answers | 0

0

answers

Question


How can I reduce the bits per pixel in an image?
Is it possible to calculate the bits per pixel of an image and also reduce the bits per pixel? I am working with PNG images.

4 years ago | 2 answers | 0

2

answers

Question


How can I calculate the MSE between 2 images?
ref=imread("birdmiddle.png"); A=imread("birdmiddle2.png"); err = immse(A, ref); fprintf('\n The mean-squared error is %0.4f\n...

4 years ago | 1 answer | 0

1

answer