Description Usage Arguments Value Examples
This function normalizes image so that the minimum value is 0 and the maximum value is 1.
1 | imgNormalize(x)
|
x |
The image |
Data of the same type as 'x', in which minimum value is 0 and maximum value is 255.
1 2 3 4 5 | ## Not run:
data(logo)
plot(imgNormalize(logo))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.