ELineGauge::GetSamplingStep

ELineGauge::SetSamplingStep

Approximate distance between sampled points during a model fitting operation.

Namespace: Euresys::Open_eVision_2_11

[C++]

float GetSamplingStep()

void SetSamplingStep(float f32SamplingStep)

Remarks

Irrelevant in case of a point location operation. To fit a model, a series of point location operations are performed along the model. The point location gauges spacing is given by the sampling step. By default, the sampling step is set to 5, which means 5 pixels when the field of view is not calibrated, and 5 physical units in case of a calibrated field of view. Be aware that if the sampling step is too large, the number of sampled points along the model will not be sufficient enough to accurately locate it.

ELineGauge.SamplingStep

Approximate distance between sampled points during a model fitting operation.

Namespace: Euresys.Open_eVision_2_11

[C#]

float SamplingStep

{ get; set; }

Remarks

Irrelevant in case of a point location operation. To fit a model, a series of point location operations are performed along the model. The point location gauges spacing is given by the sampling step. By default, the sampling step is set to 5, which means 5 pixels when the field of view is not calibrated, and 5 physical units in case of a calibrated field of view. Be aware that if the sampling step is too large, the number of sampled points along the model will not be sufficient enough to accurately locate it.