Creates a list of indices of an image that has all irrelevant values
getEmptyImageDimensions(img, value = 0, threshold = 0, reorient = FALSE, ...)
get_empty_dim(img, value = 0, threshold = 0, reorient = FALSE, ...)
img | nifti object or array |
---|---|
value | Value to check against. If zero, then
|
threshold | Include dimension if fewer than |
reorient | Should image be reoriented if a filename? |
... | additional arguments to pass to
|
List of length 3 of indices.
get_empty_dim
is a shorthand for getEmptyImageDimensions
with all the same arguments. Also, NA
are set to zero.