Diff of /man/segment_lung.Rd [000000] .. [3b2327]

Switch to side-by-side view

--- a
+++ b/man/segment_lung.Rd
@@ -0,0 +1,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
+}