ELineGauge::GetNumFilteringPasses

ELineGauge::SetNumFilteringPasses

Number of filtering passes for a model fitting operation.

Namespace: Euresys::Open_eVision_2_11

[C++]

OEV_UINT32 GetNumFilteringPasses()

void SetNumFilteringPasses(OEV_UINT32 un32NumFilteringPasses)

Remarks

Irrelevant in case of a point location operation. During a filtering pass, the points that are too distant from the model are discarded. During a model fitting operation, the "filtering" process can be invoked to remove outliers, i.e. points that were located significantly far away from the fitted model (so that their position is dubious). By default (the number of filtering passes is 0), the outliers rejection process is disabled.

ELineGauge.NumFilteringPasses

Number of filtering passes for a model fitting operation.

Namespace: Euresys.Open_eVision_2_11

[C#]

uint NumFilteringPasses

{ get; set; }

Remarks

Irrelevant in case of a point location operation. During a filtering pass, the points that are too distant from the model are discarded. During a model fitting operation, the "filtering" process can be invoked to remove outliers, i.e. points that were located significantly far away from the fitted model (so that their position is dubious). By default (the number of filtering passes is 0), the outliers rejection process is disabled.