Packages

t

geotrellis.raster.sigmoidal

SinglebandSigmoidalMethods

trait SinglebandSigmoidalMethods extends MethodExtensions[Tile]

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

Abstract Value Members

  1. abstract def self: Tile
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. 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