isosurface: Create isosurface from 3D images

Description Usage Arguments Value

View source: R/isosurface.r

Description

Create isosurface from 3D images

Usage

1
2
3
4
5
6
7
8
isosurface(x, threshold, as.int = TRUE, ...)

## S3 method for class 'antsImage'
isosurface(x, threshold, as.int = TRUE, ...)

## S3 method for class '_p_itk__simple__Image'
isosurface(x, threshold, as.int = TRUE,
  ...)

Arguments

x

image of class antsImage or SimpleITK (_p_itk__simple__Image).

threshold

threshold to create isosurface

as.int

logical: treat image grey values as integers.

...

not used.

Value

returns a triangulated mesh of class mesh3d.


zarquon42b/RANTs documentation built on Aug. 2, 2019, 6:46 p.m.