View source: R/visium.utilities.R View source: R/.ipynb_checkpoints/visium.utilities-checkpoint.R
enhanceImage | R Documentation |
Adjust image brightnes and contrast
enhanceImage(p, wb = FALSE, qs = NULL, trim01 = TRUE)
p |
image (3d numeric array) |
wb |
logical, specifies whether output image should be transformed to grayscale |
qs |
quantiles to trim. Numerical vector with two items. Trims all values outside of specified quantile range. |
trim01 |
logical, specifies whether pixels with zero (black) and maximal (white) intensity should be trimed ahead of quantile trimming. |
image (3d numeric array)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.