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
image
The image object to color scale.
Output
image
The color scaled image.
ori
The original image.
Parameters
- minimum The minimum pixel intensity.
- maximum The maximum pixel intensity.