trackSlideProcessing {cellmigRation}R Documentation

Tracking Slide Processing

Description

Frame-by-frame Slide Processing as part of the Cell Tracking Processing

Usage

trackSlideProcessing(xyzs, maxdisp, i, env)

Arguments

xyzs

data.frame, including input cell centroid positions

maxdisp

numeric, value of maximum cell dispersion in pixels

env

environment, including all objects used for the tracking

Details

a message is printed if an issue (typically arising by a non-suitable environment being passed as the env argument) is detected. See the example below.

Value

FALSE is returned as long as cells are detected and tracked; TRUE is returned when no further cells to track are found; objects in env are updated

Examples

cellmigRation:::trackSlideProcessing(data.frame(1), 1, 1, new.env())


[Package cellmigRation version 1.0.0 Index]