powered by
antsImage
antsImagePhysicalSpaceConsistency(img1, img2, coordinate.tolerance = 0.01, direction.tolerance = 0.01, data.type = FALSE)
img1 <- makeImage(c(10,10), rnorm(100)) img2 <- makeImage(c(10,10), rnorm(100)) check <- antsImagePhysicalSpaceConsistency(img1, img2)
Run the code above in your browser using DataLab