Very fast Mutual Information betweentwo images.
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 (2023). 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
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.