-
G_ero
形态学腐蚀,基于模糊逻辑的形态学灰度算法,用于对图像进行腐蚀运算,可选用多个模糊逻辑算子。参数可调。(Corrosion morphology, grayscale morphology based on fuzzy logic algorithm for computing the image to corrosion, may choose multiple fuzzy logic operators. Adjustable parameters.)
- 2010-06-20 10:16:51下载
- 积分:1
-
dsp-JPEG-TMS320VC5509-using-c
基于c5509的jpeg图像压缩实现 ,利用c语言(The jpeg image compression based c5509 achieved using c language)
- 2013-05-28 00:52:15下载
- 积分:1
-
EExamplesofGax
高斯平滑滤波实例,高斯滤波实质上是一种信号的滤波器,其用途是信号的平滑处理,我们知道数字图像用于后期应用,其噪声是最大的问题,,由于误差会累计传递等原因,很多图像处理教材会在很早的时候介绍Gauss滤波器,用于得到信噪比SNR较高的图像(反应真实信号)。
(Instance of the Gaussian smoothing filter, Gaussian filter is essentially a signal filter, its purpose is to smooth processing of the signal, we know that the digital image for the late application, the noise is the biggest problem, the error accumulated transfer reason, a lot of image processing textbooks will be introduced at an early Gauss filter for higher SNR of the image (real response signal).)
- 2012-06-10 16:26:45下载
- 积分: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
-
Autocorrelation
用微分自相关法实现运动模糊图像模糊参数估计的功能,是目前较少公布的微分自相关法实现模糊参数估计。(Autocorrelation method with a differential image to achieve motion blur blur parameter estimation function, the differential is less published method fuzzy autocorrelation parameter estimation.)
- 2011-12-28 10:46:55下载
- 积分:1
-
atrous
采用多孔trous算法matlab代码,变了好长时间,大家可以参考一下(porous trous algorithm using Matlab code, changed a good long time, we can take a look)
- 2007-05-20 09:27:14下载
- 积分:1
-
Image-Segmentation-Method
本文主要研究基于水平集方法的活动轮廓模型图像分割,在回顾活动轮廓模
型发展的基础上,介绍了曲线演化理论及其水平集方法,证明了水平集方法可以
有稳定的数值实现方式且其处理拓扑变化的自然性,进一步引出了变分水平集方
法。
本文介绍了两种不同的几何活动轮廓模型:基于梯度信息的李纯明模型以及
基于区域信息的 Chan-Vese 模型(C-V 模型)。在分析上述两模型的优缺点上,提
出了一种改进的 C-V 模型,改进模型引入了距离约束项,同时对基于区域的外部
能量项进行了改进,使得水平集函数重新初始化寓于模型的演化之中,分割结果
对参数的依赖性减小。
(This paper mainly study image segmentation of active contour model based on
level set. After reviewing the development of the active contour model, curve evolution
and level set method are presented, then we proved that the level set method has a stable
numerical realization and can describe the topology change of the contour naturally, in
addition we introduce level set of variational method.
We introduce two different GAC models in this paper: Li Chunming model which
is based on gradient information and Chan-Vese model (C-V model) which is based
on region information. Based on the drawbacks and advantages of these two models, we
improve the C-V model by adding penalizing energy term of signed distance function,
at the same time, mending the external energy term which based on region information,
then the re-initialization of the level set can accomplish in the model evolution, and the
degree of the segmentation result depend on the parameters decline.
)
- 2011-12-20 20:27:30下载
- 积分:1
-
readimage1
使用IDL编程来实现打开BMP,TIFF,IMG,JPEG,PNG和其他图像,实现缩放,缩放,平移,图像增强,平滑,边缘检测(Using IDL programming bmp, tiff, img, jpeg, png and other images to achieve open and zoom in, zoom, pan, image enhancement, smoothing, edge detection)
- 2020-12-21 13:29:07下载
- 积分:1
-
pinjiazhibiao
一些常用的图像处理评价指标,处理后图像对比度,边缘剩余数,处理前后图像的相似性....(Some commonly used image processing evaluation, contrast, edges remaining number of similarities ....)
- 2020-11-02 14:59:54下载
- 积分:1
-
ART2
迭代CT重建血管,希望对大家能够有所帮助(Iterative CT reconstruction of blood vessels, we want to be able to help)
- 2011-10-13 10:51:10下载
- 积分:1