I am trying to rewrite the mutual information (MI) similarity measure between two images could support cluster environment (i.e. Hadoop) based on MapReduce mechanism.
MI similarity measure contains these processes:
- Histogram for each image.
- Joint histogram for both images
- Entropy or probability for each histogram bin.
- MI equation
How to distribute the previous MI processes on Map and Reduce?