Description Usage Arguments Details Value Examples
View source: R/all_functions_v8.R
Pre-processing as part of the Optimization Parameter process
1 2 3 4 5 6 7 8 9 10 11 12 |
stack_img |
input image |
lnoise_range |
numeric, lnoise values to test |
min.px.diam |
numeric, minimum number of pixels of a cell signal |
diameter_range |
numeric, numeric values for diameter |
threshold_range |
numeric, numeric values for threshold |
target_cell_num |
numeric, target number of cells, can be NULL |
quantile.val |
numeric, the quantile prob used to suppress noise |
px.margin |
numeric, the frame margin size |
plot |
logical, shall a plot be printed |
verbose |
logical, shall info be printed to console |
This is an internal function supporting the Optimization Parameter steps
a data frame of combined parameters to be tested
1 2 3 4 | x <- get(data(TrackCellsDataset))
x <- cellmigRation::getCellImages(x = x)
y <- cellmigRation:::Prep4OptimizeParams(stack_img = x)
y$success
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.