implicit class withRDDMultibandEqualizationMethods[K, M] extends RDDMultibandEqualizationMethods[K, M]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withRDDMultibandEqualizationMethods
- RDDMultibandEqualizationMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withRDDMultibandEqualizationMethods(self: RDD[(K, MultibandTile)] with Metadata[M])
Value Members
-
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
-
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
-
val
self: RDD[(K, MultibandTile)] with Metadata[M]
- Definition Classes
- withRDDMultibandEqualizationMethods → MethodExtensions