ANTsX / ANTsPy

A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more.
https://antspyx.readthedocs.io
Apache License 2.0
586 stars 161 forks source link

new_ants_metric use MeanSquares metric as MattesMutualInformation metric #602

Closed BigPandaCPU closed 2 months ago

BigPandaCPU commented 2 months ago

The source code of LOCAL_antsImageToImageMetric.h, new_ants_metric function has an error.

ANTs

The MattesMutualInformation Metrix was not implement, and it replaced by MeanSquares metric.

ntustison commented 2 months ago

Thanks. Added a pull request.