登录
首页 » matlab » Diffusion-image-enhencement

Diffusion-image-enhencement

于 2013-05-29 发布 文件大小:184KB
0 112
下载积分: 1 下载次数: 136

代码说明:

  用扩散滤波实现图像增强,包括高斯滤波预处理,梯度计算,结构张量计算,扩散张量计算,数值离散以及增强效果评估代码(Diffusion-image enhencement)

文件列表:

二维扩散滤波用于图像增强
........................\CoherenceFilter.m,5247,2013-05-23
........................\compare.m,1256,2013-05-23
........................\functions
........................\.........\derivatives.m,912,2013-05-23
........................\.........\imgaussian.m,2257,2013-05-23
........................\functions2D
........................\...........\ConstructDiffusionTensor2D.m,429,2013-05-09
........................\...........\diffusion_scheme_2D_implicit.m,1766,2013-05-23
........................\...........\diffusion_scheme_2D_non_negativity.m,1636,2013-05-10
........................\...........\diffusion_scheme_2D_optimized.m,2112,2013-05-23
........................\...........\diffusion_scheme_2D_rotation_invariant.m,591,2013-05-23
........................\...........\diffusion_scheme_2D_standard.m,1221,2013-05-23
........................\...........\EigenVectors2D.m,1016,2013-05-23
........................\...........\StructureTensor2D.m,580,2013-05-10

........................\test_shiyan1.m,1141,2013-05-23
........................\test_shiyan2.m,1511,2013-05-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • fenge
    图像分割的一个小程序。经过检验,直接运行没问题。希望对大家有用,在这里分享了。(A small program for image segmentation. Tested directly run no problem. We want to share here.)
    2013-05-16 07:32:15下载
    积分:1
  • Real-Time-Image-and-Video-Processing
    一本讲述计算机图像和视频实时处理的好书。包括基本概念,硬件,软件,和算法。 (A book about real-time image and video processing, including basic concepts, hardware, software, and algorithms.)
    2011-05-11 23:18:44下载
    积分:1
  • Flow
    This code implements two variations of the paper "High accuracy optic flow using a theory for warping" presented at ECCV 2004 by Dr. Thomas Brox.
    2008-04-17 15:46:23下载
    积分:1
  • codeandpaper
    很好的mATLAB代码,利用最大交叉熵,确定迭代次数,完成pcnn脉冲耦合神经网络的图像分割,效果很好(MATLAB good code,the use of maximum cross entropy, determine the number of iterations, complete PCNN image segmentation,result is good.)
    2012-09-03 23:18:06下载
    积分:1
  • FAST-ICA
    1、对观测数据进行中心化,; 2、使它的均值为0,对数据进行白化—>Z; 3、选择需要估计的分量的个数m,设置迭代次数p<-1 4、选择一个初始权矢量(随机的W,使其维数为Z的行向量个数); 5、利用迭代W(i,p)=mean(z(i,:).*(tanh((temp) *z)))-(mean(1-(tanh((temp)) *z).^2)).*temp(i,1)来学习W (这个公式是用来逼近负熵的) 6、用对称正交法处理下W 7、归一化W(:,p)=W(:,p)/norm(W(:,p)) 8、若W不收敛,返回第5步 9、令p=p+1,若p小于等于m,返回第4步 剩下的应该都能看懂了 基本就是基于负熵最大的快速独立分量分析算法(1, on the center of the observation data, 2, making a mean of 0, the data to whitening-> Z 3, select the number of components to be estimated m, setting the number of iterations p < -1 4, select an initial weight vector (random W, so that the Z dimension of the row vectors of numbers) 5, the use of iteration W (i, p) = mean (z (i, :).* (tanh ((temp) ' * z)))- (mean (1- (tanh ((temp)) ' * z). ^ 2)).* temp (i, 1) to learn W (This formula is used to approximate the negative entropy) 6 with symmetric orthogonal treatments W 7, normalized W (:, p) = W (:, p)/norm (W (:, p)) 8, if W does not converge, return to step 5 9 , so that p = p+1, if p less than or equal m, return to step 4 should be able to read the rest of the basic is based on negative entropy of the largest fast independent component analysis algorithm)
    2013-06-27 15:39:00下载
    积分:1
  • image_segment
    Random Walker图像分割Matlab源代码,需要安装图形分析工具箱,地址http://eslab.bu.edu/software/graphanalysis/,给出了一个应用例子。(Random Walker Image Segmentation Matlab source code, need to install the graphical analysis toolbox, address http://eslab.bu.edu/software/graphanalysis/, gives an application example.)
    2010-02-28 00:47:44下载
    积分:1
  • HW3
    熟悉图像的频域滤波算法、灰度图经FFT 后变到频域、噪声及移除(Familiar image of the frequency domain filtering algorithm, after the change to grayscale by the FFT frequency domain, noise and removed)
    2020-12-20 10:09:09下载
    积分:1
  • digitalimageprocessprograms
    中南大学数字图像处理上机实验指导书及参考答案,全部由本人编写,在MATLAB 6.5上运行通过。包括图像变换及频域滤波,空间域图像增强,图像边缘检测及参考图片,比网上流传的好的多,是学习图像处理的基础。(Zhongnan University of digital image processing on the experimental guide and reference book answers all prepared by me, MATLAB 6.5 to run through. Image Transform and including the frequency domain filtering and spatial domain image enhancement, edge detection and reference photographs, spread over the Internet much more study is the basis of image processing.)
    2020-12-10 14:59:18下载
    积分:1
  • classification
    基于主成分分析与灰度(颜色)、纹理(灰度共生矩阵)的图像分类matlab程序(附示例图像)。(Image classification matlab program based on principal component analysis and gray (color), texture (GLCM) (with sample images).)
    2012-03-29 14:53:10下载
    积分:1
  • POCS
    超分辨率POCS(投影到凸集集合理论复原方法)算法代码(The POCS super-resolution algorithm code)
    2012-07-06 17:00:35下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载