ParallelTrackLoop {cellmigRation}R Documentation

Multi Core Tracking Loop

Description

Tool for Multi Core Tracking Loop

Usage

ParallelTrackLoop(FinalImage, use.cores, min_frames_per_cell, track_params)

Arguments

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

Details

This is an internal function supporting the CellTracker function.

Value

list of processed data

Examples

cellmigRation:::ParallelTrackLoop(list(), 1, 1, list())




[Package cellmigRation version 1.0.0 Index]