Packages

c

geotrellis.raster.sigmoidal.Implicits

withSinglebandTileSigmoidalMethods

implicit class withSinglebandTileSigmoidalMethods extends SinglebandSigmoidalMethods

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withSinglebandTileSigmoidalMethods
  2. SinglebandSigmoidalMethods
  3. MethodExtensions
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withSinglebandTileSigmoidalMethods(self: Tile)

Value Members

  1. val self: Tile
  2. def sigmoidal(alpha: Double, beta: Double): Tile

    Given the parameters alpha and beta, perform the sigmoidal contrast computation and return the result as a tile.

    Given the parameters alpha and beta, perform the sigmoidal contrast computation and return the result as a tile.

    The approach used is described here: https://www.imagemagick.org/Usage/color_mods/#sigmoidal

    alpha

    The center around-which the stretch is performed (given as a fraction)

    beta

    The standard deviation in the computation, used to avoid saturating the upper and lower parts of the gamut

    returns

    The output tile

    Definition Classes
    SinglebandSigmoidalMethods