correct_image_dim: Image Dimension Correction

View source: R/correct_image_dim.R

correct_image_dimR Documentation

Image Dimension Correction

Description

This function takes an image and drops dimensions until the volume is a user specified dimension.

Usage

correct_image_dim(image, dim = 3)

Arguments

image

volume of class nifti

dim

scalar value of desired image dimension

Value

Returns a volume of class nifti of desired dimension.

Examples

## Not run: 
library(neurobase)
flair <- readnii('path/to/flair', reorient = FALSE)
flair <- correct_image_dim(flair, dim = 3)

## End(Not run)

neuroconductor-devel/oasis documentation built on July 3, 2025, 11:49 p.m.