Class MicrosphereInterpolator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int brightnessExponent
      Deprecated.
      Exponent used in the power law that computes the weights of the sample data.
      static int DEFAULT_BRIGHTNESS_EXPONENT
      Deprecated.
      Default exponent used the weights calculation.
      static int DEFAULT_MICROSPHERE_ELEMENTS
      Deprecated.
      Default number of surface elements that composes the microsphere.
      private int microsphereElements
      Deprecated.
      Number of surface elements of the microsphere.
    • Constructor Summary

      Constructors 
      Constructor Description
      MicrosphereInterpolator()
      Deprecated.
      Create a microsphere interpolator with default settings.
      MicrosphereInterpolator​(int elements, int exponent)
      Deprecated.
      Create a microsphere interpolator.
    • Field Detail

      • DEFAULT_MICROSPHERE_ELEMENTS

        public static final int DEFAULT_MICROSPHERE_ELEMENTS
        Deprecated.
        Default number of surface elements that composes the microsphere.
        See Also:
        Constant Field Values
      • DEFAULT_BRIGHTNESS_EXPONENT

        public static final int DEFAULT_BRIGHTNESS_EXPONENT
        Deprecated.
        Default exponent used the weights calculation.
        See Also:
        Constant Field Values
      • microsphereElements

        private final int microsphereElements
        Deprecated.
        Number of surface elements of the microsphere.
      • brightnessExponent

        private final int brightnessExponent
        Deprecated.
        Exponent used in the power law that computes the weights of the sample data.