iBind: iBind

Description Usage Arguments Author(s) Examples

Description

bind two images along their edge

Usage

1
iBind(img1, img2, along = NA)

Arguments

img1

input object, an antsImage

img2

second antsImage, same size as first

along

dimension to bind along

Author(s)

BB Avants

Examples

1
2
3
4
fi<-antsImageRead( getANTsRData("r16") , 2 )
mi<-antsImageRead( getANTsRData("r62") , 2 )
bi<-iBind( fi, mi , 1 )
multismoo<- fi %>% iBind( smoothImage(fi,2) ) %>% iBind( smoothImage(fi,4) )

muschellij2/atropos documentation built on May 4, 2019, 3:17 p.m.