Packages

c

geotrellis.spark.equalization.Implicits

withRDDMultibandEqualizationMethods

implicit class withRDDMultibandEqualizationMethods[K, M] extends RDDMultibandEqualizationMethods[K, M]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withRDDMultibandEqualizationMethods
  2. RDDMultibandEqualizationMethods
  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 withRDDMultibandEqualizationMethods(self: RDD[(K, MultibandTile)] with Metadata[M])

Value Members

  1. def equalize[T <: AnyVal](histograms: Array[Histogram[T]]): RDD[(K, MultibandTile)] with Metadata[M]

    Given a sequence of Histogram objects (one per band), equalize the histograms of the respective bands of the RDD of MultibandTile objects.

    Given a sequence of Histogram objects (one per band), equalize the histograms of the respective bands of the RDD of MultibandTile objects.

    histograms

    A sequence of histograms

    Definition Classes
    RDDMultibandEqualizationMethods
  2. def equalize(): RDD[(K, MultibandTile)] with Metadata[M]

    Equalize the histograms of the respective bands of the RDD of MultibandTile objects using one joint histogram derived from each band of the input RDD.

    Equalize the histograms of the respective bands of the RDD of MultibandTile objects using one joint histogram derived from each band of the input RDD.

    Definition Classes
    RDDMultibandEqualizationMethods
  3. val self: RDD[(K, MultibandTile)] with Metadata[M]