Enable JavaScript to interact with content and submit forms on Wolfram websites. Learn how

Legacy Documentation

Mathematica 8 (2010)

This is documentation for Mathematica 8, which was
based on an earlier version of Wolfram Language.
View current documentation (Version 14.3)

ImageAdjust

ImageAdjust [image]
adjusts the levels in image, rescaling them to cover the range to .
ImageAdjust
adjusts the contrast of image by an amount c.
ImageAdjust
adjusts the contrast by an amount c and the brightness by an amount b.
ImageAdjust
also performs a gamma correction by raising values to the power .
ImageAdjust
first rescales so that the range of input values to is mapped to to .
ImageAdjust
rescales so that the range of input values to is mapped to to .
  • ImageAdjust works with images involving any number of channels.
  • Zero adjustment corresponds to contrast adjustment , brightness adjustment , and gamma correction .
  • When rescaled values lie outside the range to , they are clipped.
  • All correction and range parameters can be given as lists to specify different treatment for different channels in the image.
  • Range parameters can be set to Automatic to indicate the minimum or maximum of the values that occur in the image.
  • When applied to color images, ImageAdjust always returns an RGB image.
(3)
Increase the contrast and brightness of an image:
Increase the brightness and perform a gamma correction:
Adjust the input range:
Increase the contrast and brightness of an image:
Out[1]=
Increase the brightness and perform a gamma correction:
Out[1]=
Adjust the input range:
Out[1]=
(1)
Adjust the input range using channel-specific settings:
(1)
The image is not changed if the input and the output range are identical:
New in 7 | Last modified in 8


ja zh

AltStyle によって変換されたページ (->オリジナル) /