SamplingParams
Description
This structure contains parameters for controlling the sampling along a path process.Structure fields and default values (if defined) are described below:
| Name | Type | Default | Description |
|---|---|---|---|
| Interpolation | InterpolationMethod | Bilinear | Selects the method of sub-pixel image sampling |
| SamplingStep | float | 1.0f | Determines the distance between two consecutive sampling places on a path |
| SampleCount | atl::Optional<int> | Number of points at a single sampling place |
