Spacial Prediction of Images

This function spacial_predict does spatial prediction of the input image.
468 Downloads
Aktualisiert 10. Sep 2014

Lizenz anzeigen

This function spacial_predict does spatial prediction of the input image. It plots the resultant image and the Mean square error if the plot flag is 1. The function outputs the Error of the predicted image(E_spatial) and the predicted image (PS) itself. The input image has to be of the format image(rows,cols) and should not be a 3D image or a RGB image.
Example:
file=('<Path of image file>');
plotflag=1;
im = imread(file); image=im(:,:,1);
[E_spatial,PS]=spatial_predict(image,plot_flag);

Author:Santhana Raj.A
https://sites.google.com/site/santhanarajarunachalam/

Zitieren als

Santhana Raj (2025). Spacial Prediction of Images (https://www.mathworks.com/matlabcentral/fileexchange/47788-spacial-prediction-of-images), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2012a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Images finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1.0.0

Typos in Title and Description are corrected

1.0.0.0