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