vtkTriangulate: create Isosurface from image

Description Usage Arguments Value Note

View source: R/vtkTriangulate.r

Description

create Isosurface from image

Usage

1
2
vtkTriangulate(file, value = 1, IJK2RAS = diag(c(-1, -1, 1, 1)),
  dicom = FALSE)

Arguments

file

3D-image file mha/nii.gz - depending of your system's VTK version

value

isovalue

IJK2RAS

4x4 IJK2RAS transform

dicom

logical: if TRUE, file points to a directory containing a set of DICOM files belonging to a single series. See notes.

Value

returns a triangular mesh of class mesh3d

Note

the dicom functionality only works for unencapsulated raw dicom files. In case of errors, deencapsulate your files first. This can be done, for example, with the command line tool gdcmconv.


zarquon42b/RvtkStatismo documentation built on May 4, 2019, 9:09 p.m.