Packages

c

geotrellis.raster.sigmoidal.Implicits

withMultibandTileSigmoidalMethods

implicit class withMultibandTileSigmoidalMethods extends MultibandSigmoidalMethods

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withMultibandTileSigmoidalMethods
  2. MultibandSigmoidalMethods
  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 withMultibandTileSigmoidalMethods(self: MultibandTile)

Value Members

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

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

    Given the parameters alpha and beta, perform the sigmoidal contrast computation on each band and return the result as a multiband 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
    MultibandSigmoidalMethods