Description Usage Arguments Value Examples
This function creates a mask vector for an image using a user specified quantile.
1 | quantMask(x,quant=.7)
|
x |
x can be a 4D/3D array, 2D matrix or 1D vector representing an image. |
quant |
The quantile level used for masking. Defaults to .7. |
returns a binary vector of zeros and ones.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.