Learn R Programming

ANTsR (version 1.0)

decropImage: decrop a sub-image back into the full image

Description

the inverse function for cropImage

Usage

decropImage(croppedImage, fullImage)

Arguments

croppedImage

cropped antsImage

fullImage

antsImage to put back into

Value

decroppedImage

Examples

Run this code
# NOT RUN {
fi <- antsImageRead( getANTsRData("r16"))
mask <- getMask( fi )
cropped <- cropImage( fi, mask, 1 )
cropped <- smoothImage( cropped, 1)
decropped <- decropImage( cropped , fi )
# }

Run the code above in your browser using DataLab