vol.imagestack {fsbrain} | R Documentation |
Turn volume into an ImageMagick image stack.
Description
Create an image from each slice along the axis, then stack those into an ImageMagick image stack.
Usage
vol.imagestack(volume, axis = 1L, intensity_scale = 255)
Arguments
volume |
a 3D image volume. Can be numeric, or something that can be read directly by |
axis |
positive integer in range 1L..3L or an axis name, the axis to use. |
intensity_scale |
integer, value by which to scale the intensities in the volume to the range '[0, 1]'. Only used for numeric volumes. Set to NULL for data that can be read directly by |
Value
a vectorized ImageMagick image, containing one subimage per slice. This can be interpreted as an animation or whatever.
See Also
Other volume utility:
vol.boundary.box()
,
vol.merge()
,
vol.overlay.colors.from.activation()
,
vol.planes()
,
vol.slice()