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