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)
      • getScale

        public float getScale()
      • setScale

        public void setScale​(float scale)
      • getSaturation

        public float getSaturation()
      • setSaturation

        public void setSaturation​(float saturation)
      • finalize

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