|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
ImageAdjust |
| ImageAdjust[image] adjusts the levels in image, rescaling them to cover the range 0 to 1. |
| ImageAdjust[image, c] adjusts the contrast of image by an amount c. |
| ImageAdjust[image, {c, b}] adjusts the contrast by an amount c and the brightness by an amount b. |
| ImageAdjust[image, {c, b, also performs a gamma correction by raising values to the power |
| ImageAdjust[image, corr, {inmin, inmax}] first rescales so that the range of input values inmin to inmax is mapped to 0 to 1. |
| ImageAdjust[image, corr, {inmin, inmax}, {outmin, outmax}] rescales so that the range of input values inmin to inmax is mapped to outmin to outmax. |