decropImage.Rd
the inverse function for cropImage
decropImage(croppedImage, fullImage)
croppedImage | cropped antsImage |
---|---|
fullImage | antsImage to put back into |
decroppedImage
fi <- antsImageRead( getANTsRData("r16")) mask <- getMask( fi ) cropped <- cropImage( fi, mask, 1 ) cropped <- smoothImage( cropped, 1) decropped <- decropImage( cropped , fi )