normalize {rimage} | R Documentation |
This function normalizes image so that the minimum value is 0 and the maximum value is 1.
normalize(img)
img |
target image |
Data of the same mode as 'img', in which minimum value is 0 and maximum value is 1.
data(logo) plot(normalize(logo))