Description Usage Arguments Details Value Author(s) References See Also Examples
A subset of header information from DICOM is placed into NIfTI-1 format.
1 2 3 |
dcm |
DICOM object containing both header and image information. |
datatype |
is an integer that denotes the type of data contained
in each voxel. See |
units |
Spatial and temporal units for |
rescale |
Should slope and intercept parameters be extracted from the DICOM headers and saved? |
reslice |
Logical variable (default = |
qform |
Logical variable (default = |
sform |
Logical variable (default = |
DIM |
The dimension of the array to be used (default = 3D). |
descrip |
DICOM header field(s) to be included in the
|
aux.file |
Character string to be included in the |
... |
Arguments to be passed to |
See the references.
An object of class nifti
.
Brandon Whitcher bjw34032@users.sourceforge.net
Digital Imaging and Communications in Medicine (DICOM)
http://medical.nema.org
NIfTI-1
http://nifti.nimh.nih.gov/nifti-1
convert.datatype
, dicom2analyze
,
nifti
1 2 3 4 5 6 7 8 9 10 | ## Not run:
dcmList <- dicomSeparate(system.file("hk-40", package="oro.dicom"))
require("oro.nifti")
dcmNifti <- dicom2nifti(dcmList, datatype=4, mode="integer")
qform(dcmNifti)
sform(dcmNifti)
image(dcmNifti)
orthographic(dcmNifti)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.