Description Usage Arguments Value Examples
Calculate Otsu thresholds on each column of a matrix
1 |
matrix |
the target matrix, whose columns will be thresholded |
numeric vector
1 2 | m <- matrix(rnorm(400), 40, 10)
otsuHelper(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.