CellTrackerMainLoop {cellmigRation}R Documentation

Cell Tracker Main Loop

Description

Tool for Cell Tracker Main Loop

Usage

CellTrackerMainLoop(
  FinalImage,
  threads,
  tc_obj,
  min_frames_per_cell,
  track_params
)

Arguments

FinalImage

list of numeric matrices

threads

numeric, number of cores to use

tc_obj

trackingCell object

min_frames_per_cell

numeric, minimum number of frames per cell

track_params

a list of tracking parameters

Details

This is an internal function supporting the CellTracker function.

Value

list of processed data

Examples

cellmigRation:::CellTrackerMainLoop(list(1), 1, 1, list(1))



[Package cellmigRation version 1.0.0 Index]