Description Usage Arguments Value See Also Examples
This function increases an image contrast, augmenting pixel values differences between given limits (in a linear fashion).
1 | imgIncreaseContrast(imgdata, min_limit, max_limit)
|
imgdata |
The image |
min_limit |
The minimum limit to apply lineal modification |
max_limit |
The maximum limit to apply lineal modification |
return an imagedata object
imgDecreaseContrast
r_inc_contrast
r_dec_contrast
1 2 3 4 5 | ## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
y <- imgIncreaseContrast(x, 60, 200)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.