vol.median | R Documentation |
The vol.median
function applies a 26-connectivity median
filter on all the voxels of a "volume" class object.
vol.median(vol, alias = "", description = NULL)
vol |
"volume" class object. |
alias |
Character string, |
description |
Character string, describing the created object. If
|
Returns a "volume" class object (see espadon.class
for class definitions), with the same grid and modality
as vol
, in which voxels are filtered by a 26-connectivity median filter.
# loading of toy-patient objects (decrease dxyz and increase beam.nb for
# better result)
step <- 3
pat <- toy.load.patient (modality = c ("ct"), dxyz = rep (step, 3))
CT.median <- vol.median (pat$ct[[1]])
display.plane (CT.median, view.type = "sagi", view.coord = 61,
interpolate = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.