Description Usage Arguments Value See Also Examples
This function thresholds an image using a given filter.
1 | imgThreshold(imgdata, thr_value)
|
imgdata |
The image |
thr_value |
Filter value for thresholding |
return an imagedata object
1 2 | x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
y <- imgThreshold(x, 80)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.