NonParallelTrackLoop {cellmigRation} | R Documentation |
Tool for Single Core Tracking Loop
NonParallelTrackLoop(FinalImage, min_frames_per_cell, track_params)
FinalImage |
a list of numeric matrices (images) |
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:::NonParallelTrackLoop(list(), 1, list())