Description Usage Arguments Value Author(s) References Examples
View source: R/all_functions_v8.R
Extract Images Stacks from a trackedCells object
1 | getImageStacks(tc_obj)
|
tc_obj |
a |
a list including stack images (formatted as numeric matrices)
Damiano Fantini, damiano.fantini@gmail.com
https://www.data-pulse.com/dev_site/cellmigration/ https://www.mathworks.com/matlabcentral/fileexchange/60349-fasttracks
1 2 3 | x0 <- get(data(TrackCellsDataset))
y0 <- getImageStacks(x0)
graphics::image(y0[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.