Can anyone please help me to fix this error in the coding of fractal image compression ? Your help is greatly appreciated. Thank you.
Mostrar comentarios más antiguos
%Create psnr object
_
hpsnr = vision.PSNR;
psnr = step(hpsnr, I,outim);%calculate psnr
fprintf('PSNR= %f\n',psnr);%display psnr
Undefined variable "vision"
Error in main (line 74)
hpsnr = vision.PSNR;
*Below is the completed source code.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Fractals en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!