powered by
Atomic arithmetic operators for antsImages
# S4 method for antsImage mean(x, mask = logical())# S3 method for antsImage +(x, y)# S3 method for antsImage -(x, y)# S3 method for antsImage /(x, y)# S3 method for antsImage *(x, y)# S3 method for antsImage ^(x, y)# S3 method for antsImage %%(x, y)# S3 method for antsImage log(x, ...)# S3 method for antsImage exp(x)
# S3 method for antsImage +(x, y)
# S3 method for antsImage -(x, y)
# S3 method for antsImage /(x, y)
# S3 method for antsImage *(x, y)
# S3 method for antsImage ^(x, y)
# S3 method for antsImage %%(x, y)
# S3 method for antsImage log(x, ...)
# S3 method for antsImage exp(x)
antsImage
antsImage logical mask (optional)
antsImage or numeric
Additional arguments passed to underlying R operator
# NOT RUN { r16 <- antsImageRead(getANTsRData('r16'), 2) r64 <- antsImageRead(getANTsRData('r64'), 2) r16 + r64 r16 + 5 r16 / 10 log(r16, base=10) # }
Run the code above in your browser using DataLab