|
a |
|
b/man/reduce_scan.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/reduce_scan.R |
|
|
3 |
\name{reduce_scan} |
|
|
4 |
\alias{reduce_scan} |
|
|
5 |
\title{Reduction of Scan Dimensions from Mask} |
|
|
6 |
\usage{ |
|
|
7 |
reduce_scan(img, mask) |
|
|
8 |
} |
|
|
9 |
\arguments{ |
|
|
10 |
\item{img}{Image to reduce} |
|
|
11 |
|
|
|
12 |
\item{mask}{Mask to reduce image by} |
|
|
13 |
} |
|
|
14 |
\value{ |
|
|
15 |
List of antsImage objects for reduced image and mask |
|
|
16 |
} |
|
|
17 |
\description{ |
|
|
18 |
Reduces the dimensions of a scan based on extent of |
|
|
19 |
a mask. Combines |
|
|
20 |
\code{\link{getEmptyImageDimensions}} and |
|
|
21 |
\code{\link{applyEmptyImageDimensions}}. |
|
|
22 |
} |