Packages

c

geotrellis.raster.equalization.Implicits

withMultibandTileEqualizationMethods

implicit class withMultibandTileEqualizationMethods extends MultibandEqualizationMethods

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

Value Members

  1. def equalize(): MultibandTile

    Equalize the histograms of the bands of this MultibandTile.

    Equalize the histograms of the bands of this MultibandTile.

    returns

    A multiband tile whose bands have equalized histograms

    Definition Classes
    MultibandEqualizationMethods
  2. def equalize(histograms: Array[histogram.StreamingHistogram]): MultibandTile

    Equalize the histograms of the bands of this MultibandTile.

    Equalize the histograms of the bands of this MultibandTile.

    returns

    A multiband tile whose bands have equalized histograms

    Definition Classes
    MultibandEqualizationMethods
  3. val self: MultibandTile