[3b2327]: / man / segment_human.Rd

Download this file

35 lines (29 with data), 714 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
32
33
34
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/segment_human.R
\name{segment_human}
\alias{segment_human}
\title{Segment Human from CT scans}
\usage{
segment_human(
img,
adder = 1025,
lthresh = -300,
verbose = TRUE,
smooth = TRUE,
...
)
}
\arguments{
\item{img}{Filename or \code{antsImage}}
\item{adder}{amount to be added to the image to make non-zero}
\item{lthresh}{lower threshold for the image}
\item{verbose}{Print diagnostic messages}
\item{smooth}{smooth the image using Perona-Malik smoother}
\item{...}{arguments passed to \code{\link{check_ants}}}
}
\value{
List of smoothed image, body, adder
}
\description{
Segment Human from a non-contrast CT scan
}