Spacial Prediction of Images

版本 1.1.0.0 (2.3 KB) 作者: Santhana Raj
This function spacial_predict does spatial prediction of the input image.
468.0 次下载
更新时间 2014/9/10

查看许可证

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/

引用格式

Santhana Raj (2025). Spacial Prediction of Images (https://ww2.mathworks.cn/matlabcentral/fileexchange/47788-spacial-prediction-of-images), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Images 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Typos in Title and Description are corrected

1.0.0.0