Image enhancement & color manipulation
It is used to automatically enhance the contrast of the image by using the full intensity values that particular image format allows. This means that the lighter sections of an image become even lighter and the darker sections becomes even brighter, thereby enhancing the contrast.
Original
With e-contrast
It is used to sharpen the input image. It is useful when highlighting the edges and finer details within an image.
Example usage -
e-sharpen-<number>
If just the e-sharpen parameter is used, then a default sharpening is performed on the input image. The default behaviour can be controlled by specifying a number that restricts the extent of sharpening performed.
No sharpening
Default e-sharpen
e-sharpen=10
Unsharp Masking (USM) is an image sharpening technique. This transform allows you to apply and control unsharp masks on your images.
Example usage -
e-usm-<radius>-<sigma>-<amount>-<threshold>
The amount of sharpening can be varied using 4 parameters -
radius
, sigma
, amount
, and threshold
. This results in perceptually better images compared to using e-sharpen. Only positive floating points are allowed for these 4 parameters.Original image
radius=2, sigma=2, amount=0.8 and threshold=0.024
Last modified 3yr ago