Skip to contents

The function tracks the connected components in a 4D array and returns a dataframe of the tracked components

Usage

track_components(roi_labels, k = 2, size.thr = 100)

Arguments

roi_labels

labeled array of connected components

k

minimum number of adjacent frames for a component to be tracked

size.thr

minimum size of component to be tracked

Value

dataframe of tracked components