You are here: Start » AVL.NET » SamplingParams Structure
SamplingParams Structure
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
This structure contains parameters for controlling the sampling along a path process.
Constructors
| Constructor | Description | |
|---|---|---|
| SamplingParams(InterpolationMethod, Single, Nullable<Int32>) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | AvlNet.SamplingParams | ||
| Interpolation | AvlNet.InterpolationMethod | Selects the method of sub-pixel image sampling | |
| IsDefault | System.Boolean | ||
| SampleCount | System.Nullable<System.Int32> | Number of points at a single sampling place | |
| SamplingStep | System.Single | Determines the distance between two consecutive sampling places on a path |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.SamplingParams) | ||
| Equals(AvlNet.SamplingParams, AvlNet.SamplingParams) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
