类 TonemapDrago


  • public class TonemapDrago
    extends Tonemap
    自适应对数映射是一种快速的全局色调映射算法,它在对数域中缩放图像。因为它是一个全局运算符,所以对所有像素应用相同的函数,它由偏差参数控制。如 CITE: FL02 中所述,可以选择性地增强饱和度。更多信息请参见 CITE: DM03。
    • 构造函数详情

      • TonemapDrago

        protected TonemapDrago​(long addr)
    • 方法详情

      • __fromPtr__

        public static TonemapDrago __fromPtr__​(long addr)
      • getSaturation

        public float getSaturation()
      • setSaturation

        public void setSaturation​(float saturation)
      • getBias

        public float getBias()
      • setBias

        public void setBias​(float bias)
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        重写
        finalize 在类 Tonemap
        抛出
        java.lang.Throwable