object ResampleMethods
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResampleMethods
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val Average: resample.Average.type
- val Bilinear: resample.Bilinear.type
- val CubcSpline: CubicSpline.type
- val CubicConvolution: resample.CubicConvolution.type
- val Lanczos: resample.Lanczos.type
- val Max: resample.Max.type
- val Median: resample.Median.type
- val Min: resample.Min.type
- val Mode: resample.Mode.type
- val NearestNeighbor: resample.NearestNeighbor.type
- val Sum: resample.Sum.type