Packages

t

geotrellis.raster.equalization

MultibandEqualizationMethods

trait MultibandEqualizationMethods extends MethodExtensions[MultibandTile]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultibandEqualizationMethods
  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: MultibandTile
    Definition Classes
    MethodExtensions

Concrete 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

  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