segment_lung: Segment Lungs from CT scans

Description Usage Arguments Value

View source: R/segment_lung.R

Description

Segment Lungs from a non-contrast CT scan

Usage

1
2
3
4
5
6
7
segment_lung(
  img,
  remove_background = FALSE,
  mask = TRUE,
  lthresh = -300,
  verbose = TRUE
)

Arguments

img

Filename or antsImage

remove_background

should background be removed first?

mask

Should the image be masked

lthresh

lower threshold for the image

verbose

Print diagnostic messages

Value

List of image, lung, lung mask


neuroconductor/lungct documentation built on July 28, 2020, 9:51 a.m.