Package

com.rasterfoundry.common.datamodel.color

functions

Permalink

package functions

Visibility
  1. Public
  2. All

Value Members

  1. object Approximations

    Permalink

    Not very good pow and exponent approximations consider org.apache.commons.math{3|4}.util.FastMath usage in cases where these functions can't be applied.

    Not very good pow and exponent approximations consider org.apache.commons.math{3|4}.util.FastMath usage in cases where these functions can't be applied.

    ApproximationsSpec demonstrates max deviation on SaturationAdjust and SigmoidalContrast domains

  2. object SaturationAdjust

    Permalink

    Usage of Approximations.{pow | exp} functions can allow to speed up this function on 10 - 15ms.

    Usage of Approximations.{pow | exp} functions can allow to speed up this function on 10 - 15ms. We can consider these functions usages in case of real performance issues caused by a long saturation adjust.

  3. object SigmoidalContrast

    Permalink

    Usage of Approximations.{pow | exp} functions can allow to speed up this function on 10 - 15ms.

    Usage of Approximations.{pow | exp} functions can allow to speed up this function on 10 - 15ms. We can consider these functions usages in case of real performance issues caused by a long sigmoidal contrast.

Ungrouped