|
a |
|
b/man/segment_lung.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/segment_lung.R |
|
|
3 |
\name{segment_lung} |
|
|
4 |
\alias{segment_lung} |
|
|
5 |
\title{Segment Lungs from CT scans} |
|
|
6 |
\usage{ |
|
|
7 |
segment_lung( |
|
|
8 |
img, |
|
|
9 |
remove_background = FALSE, |
|
|
10 |
mask = TRUE, |
|
|
11 |
lthresh = -300, |
|
|
12 |
verbose = TRUE |
|
|
13 |
) |
|
|
14 |
} |
|
|
15 |
\arguments{ |
|
|
16 |
\item{img}{Filename or \code{antsImage}} |
|
|
17 |
|
|
|
18 |
\item{remove_background}{should background be removed first?} |
|
|
19 |
|
|
|
20 |
\item{mask}{Should the image be masked} |
|
|
21 |
|
|
|
22 |
\item{lthresh}{lower threshold for the image} |
|
|
23 |
|
|
|
24 |
\item{verbose}{Print diagnostic messages} |
|
|
25 |
} |
|
|
26 |
\value{ |
|
|
27 |
List of image, lung, lung mask |
|
|
28 |
} |
|
|
29 |
\description{ |
|
|
30 |
Segment Lungs from a non-contrast CT scan |
|
|
31 |
} |