trait RDDSinglebandEqualizationMethods[K, M] extends MethodExtensions[RDD[(K, Tile)] with Metadata[M]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RDDSinglebandEqualizationMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: RDD[(K, Tile)] with Metadata[M]
- Definition Classes
- MethodExtensions
Concrete Value Members
-
def
equalize[T <: AnyVal](histogram: Histogram[T]): RDD[(K, Tile)] with Metadata[M]
Given a histogram derived form the source RDD of Tile objects, equalize the respective histograms of the RDD of tiles.
Given a histogram derived form the source RDD of Tile objects, equalize the respective histograms of the RDD of tiles.
- histogram
A histogram
-
def
equalize(): RDD[(K, Tile)] with Metadata[M]
Equalize the histograms of the respective Tile objects in the RDD using one joint histogram derived from the entire source RDD.