mostafaaminnaji / ECNN

Ensemble of CNN for multi-focus image fusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infromation of evaluation metrics

trusha1988 opened this issue · comments

dear author,

I am facing difficulty in the implementation of evaluation metrics like MI, NMI, FMI in python. If you can add python code of same here I will be a great help.

Hello,
Unfortunately, I do have my own Fusion Metrics codes on my current PC. But there is a repository that contains many fusion metrics in MATLAB: https://github.com/mostafaaminnaji/imageFusionMetrics

Also, for FMI you can use this in MATLAB: https://github.com/mhaghighat/fmi

Maybe they have different scores from published papers. It is because of differences in implementation of metrics, normalization, type and size and quality of input multi-focus image fusion. So it is better to use the source code of each paper and then use fusion metrics for comparison.

Regards,

Mostafa