run_prediction: Run LINDA Iteration Prediction

Description Usage Arguments Value

View source: R/run_prediction.R

Description

Run LINDA Iteration Prediction

Usage

1
2
3
run_prediction(img, brain_mask, template_brain, template_mask,
  typeofTransform = "SyN", lesion_mask, reflaxis = 0,
  voxel_resampling = c(2, 2, 2), sigma = 2, verbose = TRUE)

Arguments

img

image of T1

brain_mask

image of brain mask

template_brain

image of template brain

template_mask

image of template brain mask

typeofTransform

type of transformation to perform

lesion_mask

image of lesion mask from previous iteration

reflaxis

Reflection axis

voxel_resampling

Resampling resolution of voxesl

sigma

Smoothing factor, passed to asymmetry_mask and smoothImage

verbose

Print diagnostic messages

Value

A list of stuff


neuroconductor/LINDA documentation built on May 21, 2020, 3:34 p.m.