implicit class withRDDSinglebandMatchingMethods[K, V] extends RDDSinglebandMatchingMethods[K, V]
- Alphabetic
- By Inheritance
- withRDDSinglebandMatchingMethods
- RDDSinglebandMatchingMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
def
matchHistogram[T1 <: AnyVal, T2 <: AnyVal](sourceHistogram: Histogram[T1], targetHistogram: Histogram[T2]): RDD[(K, Tile)]
Given a source histogram (ostensibly that of the tiles in the RDD), and a target histogram, this function produces an RDD of key-tile pairs where the histograms of the result tiles have been matched to the target histogram.
Given a source histogram (ostensibly that of the tiles in the RDD), and a target histogram, this function produces an RDD of key-tile pairs where the histograms of the result tiles have been matched to the target histogram.
- sourceHistogram
The ostensible histogram of the tiles of the RDD
- targetHistogram
The histogram that the tiles should be matched to
- returns
An RDD key-tile pairs where the histograms have been matched
- Definition Classes
- RDDSinglebandMatchingMethods
-
def
matchHistogram[T <: AnyVal](targetHistogram: Histogram[T]): RDD[(K, Tile)]
Given a target histogram, this function produces an RDD of key-tile pairs where the histograms of the result tiles have been matched to the target histogram.
Given a target histogram, this function produces an RDD of key-tile pairs where the histograms of the result tiles have been matched to the target histogram.
- targetHistogram
The histogram that the tiles should be matched to
- returns
An RDD key-tile pairs where the histograms have been matched
- Definition Classes
- RDDSinglebandMatchingMethods
-
val
self: RDD[(K, V)]
- Definition Classes
- withRDDSinglebandMatchingMethods → MethodExtensions