ELineGauge::GetNumValidSamples

Number of valid sample points remaining after a model fitting operation.

Namespace: Euresys::Open_eVision_2_11

[C++]

OEV_UINT32 GetNumValidSamples()

Remarks

Irrelevant in case of a point location operation. After a model fitting operation, a number of points have been fitted along the model. Among them, some are not reliable because of their Area value. Among the remaining ones, some are filtered out (NumFilteringPasses, FilteringThreshold).

ELineGauge.NumValidSamples

Number of valid sample points remaining after a model fitting operation.

Namespace: Euresys.Open_eVision_2_11

[C#]

uint NumValidSamples

{ get; }

Remarks

Irrelevant in case of a point location operation. After a model fitting operation, a number of points have been fitted along the model. Among them, some are not reliable because of their Area value. Among the remaining ones, some are filtered out (NumFilteringPasses, FilteringThreshold).