搜索资源列表
-
0下载:
我是一个图象处理的初学者,用MATLAB语言编写了一些内部的函数,实现了图象处理的功能,比如entropy,laplician,otsu,top-hat等-image processing is a beginners MATLAB language some internal functions, achieving image processing functions, such as entropy, laplician, Otsu, top-hat, etc.
-
-
2下载:
基于C++和Matlab的图像分割和清晰度评价函数。采用图像信息熵来作为清晰度评价函数。,C++ and Matlab-based image segmentation and definition evaluation function. Using image information entropy as the sharpness function.
-
-
0下载:
计算图像的均方差 绝对误差 以及自熵或自信息量的函数 ,Calculating the image mean absolute error variance, as well as the amount of information from the entropy of a function or self
-
-
1下载:
图像融合的评价程序,包括熵、方差等评价指标。用MATLAB编写-Image fusion evaluation procedures, including the entropy, variance and other assessment indices. Prepared using MATLAB
-
-
2下载:
一个基于最大熵的图像复原算法源代码。可以完成图像的去燥声和去模糊。-One based on maximum entropy image restoration algorithm source code. To complete the image to the dry sound and defuzzification.
-
-
0下载:
使用matlab编写的一个m文件,主要是计算图像的信息熵-Matlab use m the preparation of a document, the main image is the calculation of information entropy
-
-
0下载:
小波均匀量化huffman熵编码图像压缩程序:分析对象Lena.bmp-Uniform quantization of wavelet image compression huffman entropy coding procedure: analysis of object Lena.bmp
-
-
0下载:
一些关于图像阈值确定的matlab程序,包括迭代阈值,最小类内方差,最大熵,和用matlab库函数对图像进行边缘检测。可运行-Number of image thresholding matlab identified procedures, including iterative threshold, the smallest category of variance, maximum entropy, and the use of matlab library function of the
-
-
0下载:
大津阈值分割法,也称最大类间方差法,利用图像的灰度分布密度函数定义图像的交叉熵。
交叉熵可看作是两个概率系统(即图像背景及目标)的信息量之间的差异。求出的交叉熵越大,则分割效果越好。
-Otsu threshold segmentation method, also known as Otsu method, the use of gray-scale image distribution density function definition images of cross-ent
-
-
4下载:
自己编写的图像质量评价函数,包括方差、平均梯度、模糊熵、信息熵-I have written the image quality evaluation function, including the variance, with an average gradient, fuzzy entropy, information entropy
-
-
0下载:
最大熵图像复原方法,效果还好,这是最近努力的结果,不过或许需要适当的改进之后会有更好的结果,分享一下-Maximum entropy image restoration method, the effect Fortunately, this is the result of recent efforts, but may need to be appropriate to improve after the better results, share
-
-
0下载:
基于像素点的全局阈值法求图像的分割
实现方法有五种:
最小极值法,最优阈值法,最大方差方法,最大熵法,迭代法-Pixel-based global threshold method for image segmentation method there are five: the smallest extreme value method, the optimal threshold method, the largest variance method, the maximum ent
-
-
0下载:
自己编的求图像熵值的小程序,用来理解熵的含义和概念。-Own image for the entropy of small procedures, used to understand the meaning and concept of entropy.
-
-
0下载:
求图像的熵以及两幅图像间的交叉熵,自己验证可以使用,放心下载!-Entropy, as well as for the image between two images of the cross-entropy, can be used to verify their own, rest assured that download!
-
-
0下载:
信息源根据一个有限的或无限但可数的符号集生成一个任意符号序列也就是说,信源的输出是离散的随机变量。本实验要求编写计算图像的一阶二阶熵的程序-Information sources based on a limited or unlimited number of symbols but can be set to generate a sequence of arbitrary symbols that is to say, the output source is the discrete r
-
-
0下载:
可以直接测试图片的entropy ,entropy是图片处理质量常用的评价标准之一-a program aim to test the entropy of the processing image directly
-
-
0下载:
有图像分割的各种算法:分水岭 最大类间 最大熵法等等源程序-With image segmentation algorithms: the watershed between the largest class of maximum entropy source, etc.
-
-
0下载:
matlab计算最大熵分割图像,其中包括最大熵的算法以及原代码-matlab to calculate the maximum entropy image segmentation, including the maximum entropy algorithm and source code
-
-
0下载:
图像的霍夫曼编码,MATLAB程序,可以直接运行,求图像的平均码长,信息熵(The Huffman code of the image, MATLAB program, can run directly, the average code length of the image, information entropy.)
-
-
4下载:
图像清晰度评价函数说明
1、熵: 表示图像所包含的平均信息量的多少,嫡值越大则所含信息量越多。
文件名:entropy.m 结果:EN
2、交叉嫡:反映两幅图像的差异,交叉嫡越小,则融合图像和原图像的差别越小。
文件名:cross_entropy.m 结果:平均交叉嫡MCE,均方根交叉嫡RCE
3、峰值信噪比: PSNR越高,说明融合效果与质量越好。
文件名:psnr.m 结果:PSNR
4、Qabf: 评价边缘或梯度质量,越大边缘越明显
文件名:Qab
-