blend | R Documentation |
Two volumes of medical imaging data are merged together in the superior-inferior (or $z$) direction. One assumes that there is at least one slice that overlaps between the two volumes.
blendVolumes(x, y, seqX, seqY, method = "linear") ## S4 method for signature 'nifti,nifti' blend(x, y, seqX, seqY, method = "linear") ## S4 method for signature 'anlz,anlz' blend(x, y, seqX, seqY, method = "linear") ## S4 method for signature 'anlz,nifti' blend(x, y, seqX, seqY, method = "linear") ## S4 method for signature 'nifti,anlz' blend(x, y, seqX, seqY, method = "linear")
x, y |
are objects of class |
seqX, seqY |
are vectors that provide the $z$-coordinate values for the two imaging volumes. |
method |
is the type of weighing to use when combining information where
there is an overlap (default = |
A single volume that blends the voxel-wise information from x
and y
.
Merge x
and y
.
Merge x
on y
.
Merge x
on y
.
Merge x
and y
.
Brandon Whitcher bwhitcher@gmail.com
image-methods
, overlay-methods
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.