NonParallelTrackLoop {cellmigRation}R Documentation

Single Core Tracking Loop

Description

Tool for Single Core Tracking Loop

Usage

NonParallelTrackLoop(FinalImage, min_frames_per_cell, track_params)

Arguments

FinalImage

a list of numeric matrices (images)

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:::NonParallelTrackLoop(list(), 1, list())


[Package cellmigRation version 1.1.0 Index]