搜索资源列表
EZW源码(Matlab实现)
- 详细编写了EZW(嵌入式零树小波图像压缩技术),它主要由小波变换、量化和熵编码(Huffman编码)三个模块。 程序各个模块功能分明,依次为,Wavelet Decomposition,EZW Encoding(包含Huffman编码),EZW Decoding(包含Huffman解码),Inverse Wavelet Decomposition,Performance。
利用MATLAB计算两张图像的信息熵及其互信息
- 利用MATLAB计算两张图像的信息熵及其互信息.,calculate the entropy of information calculate the mutual information of two information.
Cal_entropy.rar
- 基于matlab平台计算一副图像的信息熵,Calculate the entropy of an iamge using matlab
infraredimage.rar
- 针对红外图像序列运动目标检测和识别,针对复杂动态场景下的红外目标检测问题,提出了一种基于交叉熵的过渡区提取的红外运动目标检测方法,保证是原创,自己辛苦的作品),infrared image detection
Image.rar
- matlab 关于二值图像熵和交叉熵的计算程序,这一程序与结合其它方法对图像进行分割,作为一个判断标准.,matlab on the binary image entropy and cross entropy calculation procedure, which in combination with other methods and image segmentation, as a criterion.
entropy
- 计算图像的熵,相对简便,希望互相帮助,欢迎下载-Calculation of image entropy, is relatively simple, I hope to help each other, welcome to download
tuxiangshang
- 计算图像的一阶熵,二阶熵和差分熵,使用matlab编写,差分熵运行较慢-First-order calculation of image entropy, second-order entropy and differential entropy, using matlab write, the differential entropy is running slower
QGA_image_segmentation
- 量子遗传算法最大熵法图像多阈值分割程序下载。阈值的个数直接指定即可。-image segmentation based on quantum-inspired genetic algorithm
Programming_MATLAB_image_image_entropy_source_prog
- MATLAB图像编程设计图像熵源码程序Programming MATLAB image image entropy source program-Programming MATLAB image image entropy source program Programming MATLAB image image entropy source program
Imagefusionevaluation
- 图像融合的评价程序,包括熵、方差等评价指标。用MATLAB编写-Image fusion evaluation procedures, including the entropy, variance and other assessment indices. Prepared using MATLAB
xinxishang
- 使用matlab编写的一个m文件,主要是计算图像的信息熵-Matlab use m the preparation of a document, the main image is the calculation of information entropy
Renyi2DThreshold
- 二维Renyi熵图像分割源代码(原创) 参考文献见源代码。-source code for two-dimensional Renyi entropy thresholding algorithm
entropy
- 自己编的求图像熵值的小程序,用来理解熵的含义和概念。-Own image for the entropy of small procedures, used to understand the meaning and concept of entropy.
autosegment
- 利用图像熵进行自动阈值分割的方法,简单,速度快-The use of entropy for automatic image thresholding method
tuxiangfenge(Matlab)
- 有图像分割的各种算法:分水岭 最大类间 最大熵法等等源程序-With image segmentation algorithms: the watershed between the largest class of maximum entropy source, etc.
medical_image_segment
- 使用最大熵法和二维最大商法实现医学图像的分割-Using the maximum entropy method and the largest commercial two-dimensional segmentation of medical images
hhh5
- 基于信息熵的图像分割方法研究及其在DSP中的快速实现-Entropy-based image segmentation method and its fast implementation in the DSP in
图像二维熵的计算
- 基于MATLAB的图像二维熵的计算,采用了改进的均值滤波器模板,使结果与物理意义更加契合。附带一张测试图像
联合熵
- 本程序适用于matlab中,读取两幅图像,求取两幅图像的联合熵 程序非常易懂,适合初学者使用,可以用里面的图片进行测试,注意对程序读取图片名进行更改。(Read the two images and calculate the joint entropy of the two images.)
图像清晰度评价指标Matlab
- 图像清晰度评价函数说明 1、熵: 表示图像所包含的平均信息量的多少,嫡值越大则所含信息量越多。 文件名:entropy.m 结果:EN 2、交叉嫡:反映两幅图像的差异,交叉嫡越小,则融合图像和原图像的差别越小。 文件名:cross_entropy.m 结果:平均交叉嫡MCE,均方根交叉嫡RCE 3、峰值信噪比: PSNR越高,说明融合效果与质量越好。 文件名:psnr.m 结果:PSNR 4、Qabf: 评价边缘或梯度质量,越大边缘越明显 文件名:Qab