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