Crop Image
(Image Processing)
Synopsis
Converts grey scale imagesDescription
Converts grey scale images to the range defined in minimum and maximum. I.e. the highest pixel value is 1 and the lowest is 0.
Input
imageThe image object to color scale.
Output
imageThe color scaled image.
oriThe original image.
Parameters
- minimum The minimum pixel intensity.
- maximum The maximum pixel intensity.