Preferred alias for fast_bilateral_lattice3d
bilat_lattice3d.RdPreferred alias for fast_bilateral_lattice3d
Usage
bilat_lattice3d(
vol,
sigma_sp = 2.5,
sigma_r = 1,
guide = NULL,
guides = NULL,
blur_iters = 2L,
mask = NULL
)Arguments
- vol
3D volume array or `NeuroVol`.
- sigma_sp
Spatial sigma (voxels).
- sigma_r
Range sigma(s) for guide intensity dimensions. Scalar or vector matching `guide` + `guides` count. Has an effect only when a guide (or guides) is provided; otherwise the filter is purely spatial and `sigma_r` is ignored.
- guide
Optional 3D spatial guide.
- guides
Optional list of additional 3D guides (e.g., probabilities).
- blur_iters
Integer number of lattice blur iterations.
- mask
Optional 3D logical/0-1 mask.