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

 ConstructorDescription
SamplingParams(InterpolationMethod, Single, Nullable<Int32>)

Properties

 NameTypeDescription
DefaultAvlNet.SamplingParams
InterpolationAvlNet.InterpolationMethodSelects the method of sub-pixel image sampling
IsDefaultSystem.Boolean
SampleCountSystem.Nullable<System.Int32>Number of points at a single sampling place
SamplingStepSystem.SingleDetermines the distance between two consecutive sampling places on a path

Methods

 NameDescription
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

Remarks

See also