multi_rereg: Two-Stage Multi-Registration of images

View source: R/multi_rereg.R

multi_reregR Documentation

Two-Stage Multi-Registration of images

Description

Takes a list of images and registers them to a template, takes a statistic image, and registers the list of images back to this statistic image.

Usage

multi_rereg(infiles, template.file, func = "mean", ...)

Arguments

infiles

Input image files

template.file

Template image to register to for first pass. Second pass will be statistic image

func

Function to be passed to

...

Arguments to be passed to multi_reg.

Value

Output list of statistic image, registered images to statistic image and transformations

Note

The second stage will use the same arguments passed in ..., but the template.file will be the statistic image


muschellij2/extrantsr documentation built on June 3, 2024, 7:04 p.m.