Very fast Mutual Information betweentwo images.

This function computes the mutual information between two quantized images.
2.9K Downloads
Updated 30 Mar 2015

View License

function M = MI_GG(X,Y)
Computes the mutual information between two quantized images: X and Y.

For Citation: M. Ceccarelli, M. di Bisceglie, C. Galdi, G. Giangregorio, S.L. Ullo, “Image Registration Using Non–Linear Diffusion”, IGARSS 2008.

NOTE: Available memory affects computational efficiency. Very good efficiency is obtained with 8-bit images quantization and 3GB RAM.

INPUT:

X --> first image

Y --> second image (same size of X)

OUTPUT:
M --> mutual information between X and Y

Cite As

Generoso Giangregorio (2024). Very fast Mutual Information betweentwo images. (https://www.mathworks.com/matlabcentral/fileexchange/36538-very-fast-mutual-information-betweentwo-images), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

Appending citation to the comment

1.0.0.0