Diff of /man/segment_human.Rd [000000] .. [242173]

Switch to unified view

a b/man/segment_human.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/segment_human.R
3
\name{segment_human}
4
\alias{segment_human}
5
\title{Segment Human from CT scans}
6
\usage{
7
segment_human(img, adder = 1025, lthresh = -300, verbose = TRUE, smooth = TRUE)
8
}
9
\arguments{
10
\item{img}{nifti image}
11
12
\item{adder}{amount to be added to the image to make non-zero}
13
14
\item{lthresh}{lower threshold for the image}
15
16
\item{verbose}{Print diagnostic messages}
17
18
\item{smooth}{smooth the image using `Perona-Malik` smoother,
19
see [extrantsr::oMath]}
20
}
21
\value{
22
List of smoothed image, body, adder
23
}
24
\description{
25
Segment Human from a non-contrast CT scan
26
}