trait RDDMultibandEqualizationMethods[K, M] extends MethodExtensions[RDD[(K, MultibandTile)] with Metadata[M]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RDDMultibandEqualizationMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: RDD[(K, MultibandTile)] with Metadata[M]
- Definition Classes
- MethodExtensions
Concrete 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
-
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.