[3b2327]: / man / coarse_body.Rd

Download this file

20 lines (18 with data), 434 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/coarse_body.R
\name{coarse_body}
\alias{coarse_body}
\title{Coarse Masking of Image from Z-slicding}
\usage{
coarse_body(x, keep_slices = 20)
}
\arguments{
\item{x}{Binary \code{antsImage}}
\item{keep_slices}{number of slices to keep if needed}
}
\value{
Array or \code{antsImage} object
}
\description{
Calculates a Hull at each slice then stacks them
}