搜索资源列表
fuzzyentropy634623462
- 计算图象模糊熵的代码,虽然简单但是它思路清晰,给出了代码详细的使用说明
max_extropy_main
- 最大熵直接迭代法,维纳滤波和盲恢复对水平方向匀速直线运动造成的模糊图像的恢复研究
FuzzyEntropyBasedPost-ProcessingMethodforC-MeanClu
- 提出了一种结合C2均值聚类算法和模糊熵的图像分割方法, 该方法先采用C2均值聚类算法对含噪图像进行初步分割, 再利用模糊熵准则作后续处理。该方法一方面能够继承C2均值聚类算法的优点, 可以灵活地用在基于多特征和多阈值的图像分割中, 另一方面充分考虑了图像的区域信息, 利用模糊熵最小作为准则, 对C2均值聚类算法初步分割结果的错分类点作了进一步的处理, 克服了C2均值聚类算法对噪声敏感的缺点。实验结果表明,本文方法在运算开销上只比C2均值聚类算法多4~ 6 s, 对于低信噪比的图像能够取得优于C2
Maximum Entropy v1.00
- 一个基于最大熵的图像复原算法源代码。可以完成图像的去燥声和去模糊。-One based on maximum entropy image restoration algorithm source code. To complete the image to the dry sound and defuzzification.
IMAGE
- 基于二维灰度直方图的双阈值最大模糊熵图像分割法源代码,VC++编写-Based on two-dimensional histogram of the dual-threshold maximum fuzzy entropy image segmentation method source code, VC++ to prepare
fuzzen
- 主要是关于模糊熵的,里面还和灰色关联度有点联系。搞图像的应该可以看的懂的。-Mainly on fuzzy entropy, which has little contact and the gray. Should be able to read out the image of understand.
zengqiang
- 基于模糊最大熵的红外图像增强算法,对于红外图像效果很好-Fuzzy maximum entropy-based infrared image enhancement algorithm for infrared image works well
imagequality
- 自己编写的图像质量评价函数,包括方差、平均梯度、模糊熵、信息熵-I have written the image quality evaluation function, including the variance, with an average gradient, fuzzy entropy, information entropy
fuzzyentropy
- 模糊熵图像分割,这是一个运用模糊数学理论来进行图像分割,要比一般的分割方法更加快速简洁-fuzzy enthproy image segmentation
medicalcengshu
- :根据小波低频子带图像的轮廓模糊度和高频子带图像的细节信息量随小波分解层数增多而增多的规律,从图像熵 出发,提出了一种基于低频子带图像熵差的最佳小波分解层数选择法, 该方法通过计算不同分解层数下各低频子带的图像 熵差,选择最接近原始图像熵差的分解层数作为最佳分解层数。用多种基于小波变换的图像融合法分别对两组医学图像进 行仿真实验,结果表明根据该分解层数选择法得到的融合图像目视效果最好,与相关系数、峰值信噪比、模糊Chebyshev 距离 值等客观评价指标保持了很好的一致性。
Entropy-and-chaos-based-on-fuzz-Havrda_Charv_t-PSO
- 基于模糊Havrda_Charv_t熵与混沌PSO算法的红外人体图像分割-Entropy and chaos based on fuzzy Havrda_Charv_t PSO algorithm image segmentation of infrared body
IMBRestore
- VS2008平台下VC++开发图像复原的MFC应用程序 实现功能: 运动模糊复原 逆滤波退化 逆滤波复原 加噪退化 维纳滤波复原 最大后验滤波 最大熵复原 投影滤波 几何变换复原 迭代盲目复原 最小平方滤波 -VS2008 platform VC++ development of image restoration MFC application functions: motion blur and recover the inverse fi
contract
- 主要是利用对比增强来处理图像 利用了模糊集以及模糊熵理论-The main use of contrast enhancement to the image processing using fuzzy sets and fuzzy entropy theory
TwoDZuiXiaoFuzzyEntropy
- 基于二维直方图的最大模糊熵阈值图像分割,相比于一维最大模糊熵,分割效果更好。隶属度函数采用S函数-Based on two-dimensional histogram maximum fuzzy entropy threshold image segmentation, compared to one-dimensional maximum fuzzy entropy segmentation better
image-Restore
- 图像复原算法,运动模糊复原,逆滤波、维纳滤波复原,最大熵复原,几何变换复原等,c++源码-Image restoration algorithm, motion blur restoration, inverse filtering, Wiener filtering restoration, maximum entropy restoration, geometric transformation and restoration.c++ source code
entropy_fuzzy_threshold
- 算法步骤: (1) 计算图像直方图,灰度级为Ns,图像的平均灰度值为Tc; (2) 分别计算第一个灰度级和其余灰度级的信息熵并求和,前两个灰度级和其余灰度级的信息熵并求和,以此类推计算Ns个和; (3) 找到H在Tc附近最大值的位置Tenf即为阈值; (4) 图像中大于阈值的像素置1,其余置0而实现二值分割。 算法的核心:信息熵越大越有不确定性,分割出的图片越好。(Algorithm steps: (1) the histogram of the image is calcula