implicit class withRDDMultibandMatchingMethods[K, V] extends RDDMultibandMatchingMethods[K, V]
- Alphabetic
- By Inheritance
- withRDDMultibandMatchingMethods
- RDDMultibandMatchingMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new withRDDMultibandMatchingMethods(self: RDD[(K, V)])(implicit arg0: (V) ⇒ MultibandTile)
Value Members
-
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
-
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
-
val
self: RDD[(K, V)]
- Definition Classes
- withRDDMultibandMatchingMethods → MethodExtensions