
Last chance! 50% off unlimited learning
Sale ends in
Perform smoothing on the given image with a given sigma, defined in physical space units
smoothImage( inimg, sigma )
Input image to operate on
Smoothing factor. Either scalar, or vector of length dim
for dim
-dimensional image.
antsImage smoothed
# NOT RUN {
img<-makeImage(c(5,5),rnorm(25))
simg<-smoothImage( img ,c(1.2,1.5) )
# }
Run the code above in your browser using DataLab