Table of Contents

Class TonemapMantiuk

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

This algorithm transforms image to contrast using gradients on all levels of gaussian pyramid, transforms contrast values to HVS response and scales the response. After this the image is reconstructed from new contrast values.

For more information see @cite MM06.

public sealed class TonemapMantiuk : Tonemap, IDisposable
Inheritance
TonemapMantiuk
Implements
Inherited Members

Properties

Saturation

Gets or sets positive saturation enhancement value. 1.0 preserves saturation, values greater than 1 increase saturation and values less than 1 decrease it.

Scale

Gets or sets contrast scale factor. HVS response is multiplied by this parameter, thus compressing dynamic range. Values from 0.6 to 0.9 produce best results.

Methods

Create(float, float, float)

Creates TonemapMantiuk object