ERectangleGauge::GetInnerFilteringThreshold

ERectangleGauge::SetInnerFilteringThreshold

Sampled point inner filtering threshold.

Namespace: Euresys::Open_eVision_2_11

[C++]

float GetInnerFilteringThreshold()

void SetInnerFilteringThreshold(float f32InnerFilteringThreshold)

Remarks

If inner filtering is enabled, the sampled points that have been found inside the measured rectangle are filtered in regard of their distance to it. If this distance is greater than the threshold, the sampled point is set as invalid, and removed from the measure. This distance is in physical units.
The inner sampled point filtering is activated as soon as the corresponding threshold is set. To disable inner filtering, use the DisableInnerFiltering method.

ERectangleGauge.InnerFilteringThreshold

Sampled point inner filtering threshold.

Namespace: Euresys.Open_eVision_2_11

[C#]

float InnerFilteringThreshold

{ get; set; }

Remarks

If inner filtering is enabled, the sampled points that have been found inside the measured rectangle are filtered in regard of their distance to it. If this distance is greater than the threshold, the sampled point is set as invalid, and removed from the measure. This distance is in physical units.
The inner sampled point filtering is activated as soon as the corresponding threshold is set. To disable inner filtering, use the DisableInnerFiltering method.