ELineGauge::GetNumSamples

Number of sampled points during the model fitting operation.

Namespace: Euresys::Open_eVision_2_11

[C++]

OEV_UINT32 GetNumSamples() const

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.NumSamples

Number of sampled points during the model fitting operation.

Namespace: Euresys.Open_eVision_2_11

[C#]

uint NumSamples

{ 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).