[242173]: / man / segment_human.Rd

Download this file

27 lines (22 with data), 646 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
% 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}{nifti image}
\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,
see [extrantsr::oMath]}
}
\value{
List of smoothed image, body, adder
}
\description{
Segment Human from a non-contrast CT scan
}