View source: R/binarizeAndCombine.R
| binarizeAndCombine | R Documentation |
Binarize images and combine to a single binary image
binarizeAndCombine(
im,
method = c("tpoint", "geometric", "peak"),
binMatrix = NULL,
...
)
im |
matrix or array representing a image or a stack of images |
method |
character, can be "tpoint", "geometric", "peak" |
binMatrix |
matrix, a binary matrix. Overwrites method and uses this matrix to binarize the data. |
matrix with binary image
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.