Class TonemapMantiuk


  • public class TonemapMantiuk
    extends 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 .
    • Constructor Detail

      • TonemapMantiuk

        protected TonemapMantiuk​(long addr)
    • Method Detail

      • __fromPtr__

        public static TonemapMantiuk __fromPtr__​(long addr)
      • getSaturation

        public float getSaturation()
      • getScale

        public float getScale()
      • setSaturation

        public void setSaturation​(float saturation)
      • setScale

        public void setScale​(float scale)
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class Tonemap
        Throws:
        java.lang.Throwable