implicit class withRDDSinglebandEqualizationMethods[K, M] extends RDDSinglebandEqualizationMethods[K, M]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withRDDSinglebandEqualizationMethods
- RDDSinglebandEqualizationMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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
- Definition Classes
- RDDSinglebandEqualizationMethods
-
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.
Equalize the histograms of the respective Tile objects in the RDD using one joint histogram derived from the entire source RDD.
- Definition Classes
- RDDSinglebandEqualizationMethods
-
val
self: RDD[(K, Tile)] with Metadata[M]
- Definition Classes
- withRDDSinglebandEqualizationMethods → MethodExtensions