segment_human: Segment Human from CT scans

View source: R/segment_human.R

segment_humanR Documentation

Segment Human from CT scans

Description

Segment Human from a non-contrast CT scan

Usage

segment_human(
  img,
  adder = 1025,
  lthresh = -300,
  verbose = TRUE,
  smooth = TRUE,
  ...
)

Arguments

img

Filename or antsImage

adder

amount to be added to the image to make non-zero

lthresh

lower threshold for the image

verbose

Print diagnostic messages

smooth

smooth the image using Perona-Malik smoother

...

arguments passed to check_ants

Value

List of smoothed image, body, adder


muschellij2/lungct documentation built on July 4, 2025, 1:59 a.m.