Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
nadluru
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear everyone,
Hope everyone is doing well.
I was wondering if there are command line tools within the ANTS framework to output image similarity measures between two images such as normalized mutual information. I noticed
ImageMath
hasMattes
operation, but it doesn't seem to provide an option to normalize by the sum of the entropies of the two images. I also noticed that theNormalizedCorrelation
operation inImageMath
outputs -1 for two identical inputs for which the value would be expected to be 1.It would be wonderful to have a command like
where
similarity_metric
could be any of the options allowed for "--metric" inantsRegistration
.Could you kindly let me know your thoughts, questions, and suggestions? Thank you so much for your guidance and help.
Sincerely,
Nagesh
Beta Was this translation helpful? Give feedback.
All reactions