搜索资源列表
xxl
- 信息论中各种熵的matlab实现,其中包括自信息量,互信息量,条件熵,联合熵,冗余度等等的计算。-various information theory entropy Matlab achieved, which include the volume of information, mutual information, the conditional entropy, Joint entropy, and so on the redundancy terms.
111
- 用C++实现求自信息量和信息熵,联合熵的算法,-With C++ Seeking self-realization of the amount of information and information entropy, joint entropy algorithm,
Bayesian-machine-learn-data-mining
- 贝叶斯(Bayesion)机器学习相互信息。用于求取熵、联合熵等。改进后可用于随机反演-Bayesian (Bayesion) machine learning of mutual information. Used to obtain entropy, joint entropy and so on. Improved can be used for stochastic inversion
entropy
- for entropy H = entropy(S) this command will evaluate the entropy of S, S should be row matrix H = entropy([X Y Z]) this command will find the joint entropy for the 3 variables H = entropy([X,Y],[Z,W]) this will find H(X,Y/Z,W).. yo
joint_entropy.m
- calculate joint entropy of two images
twodimensionalrandomtransform
- 离散二维随机变换熵的计算: (1)利用random函数和归一化方法构造一个二维离散随机变量(X,Y); (2)分别计算X与Y的熵、联合熵、条件熵:H(X)、H(Y)、H(X,Y)H(X|Y)、I(X|Y); -Discrete two-dimensional random transform entropy calculation: (1) the use of random functions and normalization method to construct a two-
Entropy
- 用于求单个符号的信息熵、条件熵、联合熵以及互信息量-Used to seek information on a single symbol entropy, conditional entropy, joint entropy and mutual information
entropy
- 熵,联合熵,条件熵,平均互信息量的通用计算程序-Entropy, joint entropy, conditional entropy, average mutual information of the general-purpose computer program
imf
- a fuction calculates the entropy for a image: ientropy.m a fonction calculates the joint entropy bethwin too images: jentropy.m à fuction calculates the mutual information bithwin too images imf.m
check_cpty
- 对一个给定的状态转移矩阵求其联合分布矩阵,联合熵,平均互信息量以及共熵。可以画出平均互信息量的曲线-For a given state transition matrix of their joint distribution matrix, the joint entropy, mutual information and the average total entropy. Can draw the curve of the average mutual information
mutual
- This a program to find the mutual information of two images using the individual entropies and the joint entropy of the two images-This is a program to find the mutual information of two images using the individual entropies and the joint entropy of
fusion-evaluation
- 图像融合中常用的评价指标(非常全面)如:平均梯度、相关系数、信息熵、交叉熵、联合熵、均方误差、互信息、信噪比、峰值信噪比、均方根误差、空间频率、标准差、均值、扭曲程度、偏差指数等等。-Image fusion evaluation (very comprehensive): average gradient, correlation coefficient, entropy, cross entropy, joint entropy, mean square error and mutual i
Cpp2
- 信息论中的熵、条件熵、联合熵在C语言中编程实现。-the entropy H(X),the conditional entropy H(X|Y),the joint entropy H(X,Y)
213144848Hooke-Jeeves
- 求解熵求解信息熵,各种条件熵,联合熵求解熵求解 信息熵,各种条件熵,联合熵-Solving entropy solving information entropy, and various conditional entropy, joint entropy solving entropy solving information entropy, the various conditional entropy, joint entropy solution entropy solving inf
Lena_-image-information-entropy
- lena 图像信息熵 分为统计独立和非统计独立(二元联合熵)的代码,所用图像为256*256bmp-Lena image information entropy divided into statistical independence and non statistical independence (two yuan joint entropy) code, image using 256*256bm
UEN
- 实现联合熵算法并能够在Matlab平台上编写出程序,用联合熵算法分析医学信号并得出结果-Achieve joint entropy algorithm in Matlab platform and be able to write a program, with joint entropy algorithm analysis and the outcome of medical signal
Entropy
- 读取lena图像,通过opencv计算lena图像的条件熵和联合熵-Read lena image, calculating lena image by opencv conditional entropy and joint entropy
statistic
- IDL计算影像均值、标准差、偏差指数、信息熵、平均梯度、光谱扭曲程度、相关系数的小程序。-average gradient, correlation coefficient, entropy, cross entropy, joint entropy, mean square error and mutual information, signal to noise ratio, peak signal to noise ratio,
chapter01
- conditional entropy, entropy, joint entropy, mutual information, relative entropy basic features are implemented in matlab approach
mutualinformation
- This is an implementation of Mutual Information theory in Matlab. This code consists of three parts including: Entropy, Joint Entropy and Mutual Information matlab codes.