TonemapMantiuk

Objective-C

@interface TonemapMantiuk : Tonemap

Swift

class TonemapMantiuk : Tonemap

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 .

Member of Photo

Methods

  • Declaration

    Objective-C

    - (float)getSaturation NS_SWIFT_NAME(getSaturation());

    Swift

    func getSaturation() -> Float
  • Declaration

    Objective-C

    - (float)getScale NS_SWIFT_NAME(getScale());

    Swift

    func getScale() -> Float
  • Declaration

    Objective-C

    - (void)setSaturation:(float)saturation NS_SWIFT_NAME(setSaturation(saturation:));

    Swift

    func setSaturation(saturation: Float)
  • Declaration

    Objective-C

    - (void)setScale:(float)scale NS_SWIFT_NAME(setScale(scale:));

    Swift

    func setScale(scale: Float)