segment_human: Segment Human from CT scans

Description Usage Arguments Value

View source: R/segment_human.R

Description

Segment Human from a non-contrast CT scan

Usage

1
2
3
4
5
6
7
8
segment_human(
  img,
  adder = 1025,
  lthresh = -300,
  verbose = TRUE,
  smooth = TRUE,
  ...
)

Arguments

img

Filename or antsImage

adder

amount to be added to the image to make non-zero

lthresh

lower threshold for the image

verbose

Print diagnostic messages

smooth

smooth the image using Perona-Malik smoother

...

arguments passed to check_ants

Value

List of smoothed image, body, adder


muschellij2/lungct documentation built on July 13, 2020, 2:17 p.m.