Packages

t

geotrellis.spark.equalization

RDDMultibandEqualizationMethods

trait RDDMultibandEqualizationMethods[K, M] extends MethodExtensions[RDD[(K, MultibandTile)] with Metadata[M]]

Linear Supertypes
MethodExtensions[RDD[(K, MultibandTile)] with Metadata[M]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RDDMultibandEqualizationMethods
  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: RDD[(K, MultibandTile)] with Metadata[M]
    Definition Classes
    MethodExtensions

Concrete 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

  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.