WarpKernelResampling Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
WarpKernel resampling algorithm used when doing re-projection. Defaults to nearest.
public readonly struct WarpKernelResampling : IEquatable<Azure.Analytics.PlanetaryComputer.WarpKernelResampling>
type WarpKernelResampling = struct
Public Structure WarpKernelResampling
Implements IEquatable(Of WarpKernelResampling)
- Inheritance
-
WarpKernelResampling
- Implements
Constructors
| Name | Description |
|---|---|
| WarpKernelResampling(String) |
Initializes a new instance of WarpKernelResampling. |
Properties
| Name | Description |
|---|---|
| Average |
Average resampling. |
| Bilinear |
Bilinear interpolation. |
| Cubic |
Cubic interpolation. |
| CubicSpline |
Cubic spline interpolation. |
| Lanczos |
Lanczos windowed sinc resampling. |
| Max |
Maximum value resampling. |
| Med |
Median value resampling. |
| Min |
Minimum value resampling. |
| Mode |
Mode resampling. |
| Nearest |
Nearest neighbor. |
| Q1 |
First quartile resampling. |
| Q3 |
Third quartile resampling. |
| Rms |
Root mean square resampling. |
| Sum |
Sum resampling. |
Methods
| Name | Description |
|---|---|
| Equals(WarpKernelResampling) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(WarpKernelResampling, WarpKernelResampling) |
Determines if two WarpKernelResampling values are the same. |
| Implicit(String to Nullable<WarpKernelResampling>) | |
| Implicit(String to WarpKernelResampling) |
Converts a string to a WarpKernelResampling. |
| Inequality(WarpKernelResampling, WarpKernelResampling) |
Determines if two WarpKernelResampling values are not the same. |