kernel_3d {imbibe} | R Documentation |
Mathematical morphology kernels
Description
Mathematical morphology kernels
Usage
kernel_3d(image)
kernel_2d(image)
kernel_box(image, width, voxels = FALSE)
kernel_gauss(image, sigma)
kernel_sphere(image, radius)
kernel_file(image, file)
Arguments
image |
An image object or pipeline. |
width |
The width of the kernel in appropriate units. If |
voxels |
Logical value: if |
sigma |
Numeric value giving the standard deviation of a Gaussian kernel, in millimetres. |
radius |
Numeric value giving the radius of a sphere kernel, in millimetres. |
file |
Name of a NIfTI file containing the kernel. |
Value
An updated pipeline.
[Package imbibe version 0.1.1 Index]