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 Details

    • CalibrateDebevec

      protected CalibrateDebevec(long addr)
  • Method Details

    • __fromPtr__

      public static CalibrateDebevec __fromPtr__(long addr)
    • getLambda

      public float getLambda()
    • setLambda

      public void setLambda(float lambda)
    • getSamples

      public int getSamples()
    • setSamples

      public void setSamples(int samples)
    • getRandom

      public boolean getRandom()
    • setRandom

      public void setRandom(boolean random)
    • finalize

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