trait MultibandEqualizationMethods extends MethodExtensions[MultibandTile]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MultibandEqualizationMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: MultibandTile
- Definition Classes
- MethodExtensions
Concrete Value Members
-
def
equalize(): MultibandTile
Equalize the histograms of the bands of this MultibandTile.
Equalize the histograms of the bands of this MultibandTile.
- returns
A multiband tile whose bands have equalized histograms
-
def
equalize(histograms: Array[histogram.StreamingHistogram]): MultibandTile
Equalize the histograms of the bands of this MultibandTile.
Equalize the histograms of the bands of this MultibandTile.
- returns
A multiband tile whose bands have equalized histograms