资源简介
一种基于tv模型的彩色图像修复方法,效果很好
代码片段和文件信息
function [ output_args ] = Untitled1( input_args )
%UNtitleD1 Summary of this function goes here
% Detailed explanation goes here
% Read a color noisy image.
u0=input(‘origial color file name:‘‘s‘);
u0=imread(‘origial color file name:’);
[MNO]=size(u0)
% Visualize the image u0 in Matlab (rescaled)
figure;
imshow(u0);
u=double(u0);
mask=input(‘origial color file name:‘‘s‘);
expand=input(‘expand color file name:‘‘s‘);
mask=imread(mask);
expand=imread(expand);
figure;
imshow(mask);
% u0=imread(‘hua.jpg‘);[MNO]=size(u0);
% imshow(u0);
% mask=roipoly;
% figureimshow(mask);
% se=strel(‘square‘10);
% expand=imdilate(maskse);
% figureimshow(expand);
% u=double(u0);
tic
% Create three temporary matrices
tempR=zeros(MN);
tempR=double(tempR);
tempG=
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4992 2010-03-13 14:09 TV彩色图像修复\colorinpainting.asv
文件 5012 2010-03-13 14:19 TV彩色图像修复\colorinpainting.m
目录 0 2010-03-13 10:35 TV彩色图像修复
----------- --------- ---------- ----- ----
10004 3
- 上一篇:pso
- 下一篇:PSCADEMTDC pscad的实验教程
相关资源
- Quaternion and Octonion Color Image Processing
- Multi-Scale Retinex with Color Restore 多尺度
- TV模型的经典修复源代码
- 用matlab TV模型图像修复
- colorspace.m matlab程序
- 双目立体视觉彩色SAD算法matlab
- 图像去噪 TV模型程序
- Lucy-Richardson
- GMMP SkinColor
- Color transfer between images 非常经典的彩
- TV模型修复图像MATLAB代码
- 基于TV模型的image inpainting算法
- 图像局部对比度增强(Color Iamge Enha
- 机器视觉之模糊图像复原 (Image-Res
- colorhistgram 获得目标的颜色直方图
- Image-Restoration-with-BPNN 基于BP神经网络
- ColorHistogram 图像检索——提取颜色特
- colorhist 颜色特征提取
- tv 基于tv模型的图像修复方法
- TV-image-restoration tv图像修复
- spectrum-allocation-color-algorithm 频谱分配
- Color_image_processing
- TV_inpainting
- Transferring-color 色彩转移法为灰度图像
- splitBregmanROF(Matlab-Code)(1) TV模型
- imagerestoration 基于深度图的图像修复
- 让颜色对应数值,matlab colormap
- matlab画异常图时用的蓝白红色colorba
- Multi-channel Weighted Nuclear Norm Minimizati
- Color Gamut 色域matlab 编码
评论
共有 条评论