Packages

c

geotrellis.spark.matching.Implicits

withRDDMultibandMatchingMethods

implicit class withRDDMultibandMatchingMethods[K, V] extends RDDMultibandMatchingMethods[K, V]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withRDDMultibandMatchingMethods
  2. RDDMultibandMatchingMethods
  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 withRDDMultibandMatchingMethods(self: RDD[(K, V)])(implicit arg0: (V) ⇒ MultibandTile)

Value Members

  1. def matchHistogram[T1 <: AnyVal, T2 <: AnyVal](sourceHistograms: Seq[Histogram[T1]], targetHistograms: Seq[Histogram[T2]]): RDD[(K, MultibandTile)]

    Given a sequence of source histograms (ostensibly those of the bands of the tiles in the RDD), and a sequence of target histograms (of the bands of the tiles), this function produces an RDD of key-MultibandTile pairs where the histograms of the bands of the result tiles have been matched to the respective target histograms.

    Given a sequence of source histograms (ostensibly those of the bands of the tiles in the RDD), and a sequence of target histograms (of the bands of the tiles), this function produces an RDD of key-MultibandTile pairs where the histograms of the bands of the result tiles have been matched to the respective target histograms.

    sourceHistograms

    The ostensible histograms of the bands of the tiles of the RDD

    targetHistograms

    The histograms that the bands of the the tiles should be matched to

    returns

    An RDD key-MultibandTile pairs where the bands of the histograms have been matched

    Definition Classes
    RDDMultibandMatchingMethods
  2. def matchHistogram[T <: AnyVal](targetHistograms: Seq[Histogram[T]]): RDD[(K, MultibandTile)]

    Given a sequence of target histograms (of the bands of the tiles), this function produces an RDD of key-MultibandTile pairs where the histograms of the bands of the result tiles have been matched to the respective target histograms.

    Given a sequence of target histograms (of the bands of the tiles), this function produces an RDD of key-MultibandTile pairs where the histograms of the bands of the result tiles have been matched to the respective target histograms.

    targetHistograms

    The histograms that the bands of the the tiles should be matched to

    returns

    An RDD key-MultibandTile pairs where the bands of the histograms have been matched

    Definition Classes
    RDDMultibandMatchingMethods
  3. val self: RDD[(K, V)]