Class CalibrateDebevec


  • public class CalibrateDebevec
    extends CalibrateCRF
    Inverse camera response function is extracted for each brightness value by minimizing an objective function as linear system. Objective function is constructed using pixel values on the same position in all images, extra term is added to make the result smoother. For more information see CITE: DM97 .
    • Constructor Detail

      • CalibrateDebevec

        protected CalibrateDebevec​(long addr)
    • Method Detail

      • getRandom

        public boolean getRandom()
      • getLambda

        public float getLambda()
      • getSamples

        public int getSamples()
      • setLambda

        public void setLambda​(float lambda)
      • setRandom

        public void setRandom​(boolean random)
      • setSamples

        public void setSamples​(int samples)
      • finalize

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