资源简介
Matlab数字图像处理,GUI界面,可以运行,载入图象后进行变换
代码片段和文件信息
function [absdiff snr psnr imfid mse] = compare(originalimg restoredimg)
%Function to compare the original image with the
%restored image using some predefined methods
%Inputs: originalimg restoredimg
%Returns: absdiff snr psnr imfid mse
%
%originalimg: It is the original unblurred image
%restoredimg: It is the restored image
%absdiff: Average Absolute Difference
%snr: Signal to Noise Ratio (dB)
%psnr: Peak Signal to Noise Ratio (dB)
%imfid: Image Fidelity
%mse: Mean Square Error
%
%Example:
% [absdiff snr psnr imfid mse] = compare(originalimg restoredimg);
% This call takes original image and the restored image and returns
% the comparison of both the images using some predefined methods.
%Average ab
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2155 2005-04-20 02:52 ImageMatlab\Compare.m
文件 2197 2004-09-18 01:53 ImageMatlab\Degrade.m
文件 3284 2005-05-05 01:14 ImageMatlab\EstAngle(old).m
文件 3609 2005-05-05 00:53 ImageMatlab\EstAngle.m
文件 2567 2005-04-23 17:53 ImageMatlab\EstLen.m
文件 44946 2009-04-09 16:56 ImageMatlab\GUICompare.asv
文件 21710 2009-04-16 23:26 ImageMatlab\GUICompare.fig
文件 45791 2009-04-14 11:05 ImageMatlab\GUICompare.m
文件 66112 2005-04-16 02:41 ImageMatlab\GUIDegrade.fig
文件 32005 2005-04-25 09:25 ImageMatlab\GUIDegrade.m
文件 79232 2005-04-25 09:35 ImageMatlab\GUIRestore.fig
文件 41623 2005-04-25 09:21 ImageMatlab\GUIRestore.m
文件 43632 2004-09-18 06:42 ImageMatlab\GUIWelcome.fig
文件 12276 2005-04-18 12:51 ImageMatlab\GUIWelcome.m
文件 1582 2005-05-05 00:50 ImageMatlab\Hough(old).m
文件 828 2005-04-16 19:12 ImageMatlab\Hough.m
文件 1365 2005-04-23 17:42 ImageMatlab\Inverse.m
文件 2030 2005-05-05 03:00 ImageMatlab\Lucy.m
文件 418 2005-04-23 18:46 ImageMatlab\my_closereq.m
文件 1733 2005-05-05 02:49 ImageMatlab\Wiener.m
文件 59686 2005-03-04 19:06 ImageMatlab\Test Images\1.BMP
文件 59686 2005-03-01 18:09 ImageMatlab\Test Images\2.BMP
文件 87806 2005-03-16 15:56 ImageMatlab\Test Images\2square.BMP
文件 9662 2005-02-17 02:08 ImageMatlab\Test Images\4.bmp
文件 14534 2005-03-16 15:26 ImageMatlab\Test Images\4square.BMP
文件 14003 2005-04-14 22:44 ImageMatlab\Test Images\blur3 rest.JPG
文件 13673 2005-04-14 22:42 ImageMatlab\Test Images\blur3.JPG
文件 81066 2004-09-18 06:04 ImageMatlab\Test Images\california.bmp
文件 28082 2004-09-20 06:25 ImageMatlab\Test Images\california_22_13.bmp
文件 48569 2005-03-30 15:34 ImageMatlab\Test Images\license.jpg
............此处省略59个文件信息
相关资源
- LBP 纹理模式的LBP特征表示及分类原理
- MATLAB_image_process_with_PDE 运用偏微分方
- gui 带GUI界面
- gbvs 二维图像视觉显著性检测
- wenli 分析了纹理特征提取方法
- barcode 基于图像的条形码识别程序(识
- wavplay 基于matlab GUI界面的播放器
- mean_shift_segmentation mean shift图像分割软
- fuliye 3. 对图像进行傅里叶逆变换
- ridgelet_transform 一个用于图像描述表示
- 数字图像处理matlab版源码
- romp 图像处理
- Wavelet_OMP
- ONEzj
- PCA_SVM 此方法采用经典的PCA对人脸图像
- JPEGJsteg Jpeg_Or 为jpeg密写的原始图像的
- fusion_change_detection SAR图像变化检测代
- imagefusion2836201
- multiimagepocs 对多帧图像进行超分辨率
- chapter9 图像分割
- Gabor Gabor滤波器
- ImageSegmentation 多尺度分水岭变换分割
- gradient
- TVMMcode 国外一个博士写的图像复原的
- lena 灰图像三级小波分解
- pca 主成分分析程序
- huffman huffman编码用于图像的压缩和解
- edge_detection 利用小波边缘检测算法实
- Max_CCM 用于图像配准
- frft 离散分数傅里叶
评论
共有 条评论