im_stretch
IM_STRETCH
Fixed mapping for contrast stretching of images (DIP_Image)
B = IM_STRETCH(A,LOW,HIGH,MIN,MAX)
B = A*IM_STRETCH([],LOW,HIGH,MIN,MAX)
B = A*IM_STRETCH(LOW,HIGH,MIN,MAX)
Input | A | Dataset with object images dataset (possibly multi-band) | LOW | Lower percentile (default 0) | HIGH | Highest percentile (default 100) | MIN | Miniumum (default 0) | MAX | Maximum (default 255) |
Output | B | Dataset with filtered images |
See also
datasets, datafiles, dip_image, stretch, This file has been automatically generated. If badly readable, use the help-command in Matlab. |
|