Learn R Programming

ANTsR (version 0.3.3)

antsImageMutualInformation: mutual information between two images

Description

compute mutual information between two images

Usage

antsImageMutualInformation(in_image1, in_image2)

Arguments

in_image1
antsImage
in_image2
antsImage

Value

mutual information value

Examples

Run this code

fi<-antsImageRead( getANTsRData("r16") ,2)
mi<-antsImageRead( getANTsRData("r64") ,2)
mival<-antsImageMutualInformation(fi,mi)

Run the code above in your browser using DataLab