MATLAB: Mutual information image

imagemutual information

Is it possible to calculate the mutual information of each block of pixels (3*3) of an image? If possible how I can code it with matlab? Thanks.

Best Answer

Yes, it is. You can start with the Getting Started part of the help. After that you should know enough to start programming up your algorithm.
Related Question