[3b2327]: / man / segment_lung.Rd

Download this file

32 lines (27 with data), 630 Bytes

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