ParallelTrackLoop {cellmigRation} | R Documentation |
Tool for Multi Core Tracking Loop
ParallelTrackLoop(FinalImage, use.cores, min_frames_per_cell, track_params)
FinalImage |
a list of numeric matrices (images) |
use.cores |
numeric, number of cores to use |
min_frames_per_cell |
numeric, minimum number of frames |
track_params |
a list of tracking parameters |
This is an internal function supporting the CellTracker function.
list of processed data
cellmigRation:::ParallelTrackLoop(list(), 1, 1, list())