trimmed_ratio: Trimmed Ratio Image

Description Usage Arguments Value Examples

Description

Creates a normalized image using the image divided by a trimmed standard deviation, but not centered

Usage

1

Arguments

...

Arguments passed to trimmed_z

Value

Object of class nifti

Examples

1
2
3
nim = oro.nifti::nifti(img = array(rnorm(1000), dim = c(10, 10, 10)))
mask = nim > 0
trimmed_z(nim, mask)

muschellij2/msseg documentation built on May 23, 2019, 9:53 a.m.