Documentation Portal      

What are you looking for?

ERectangleGauge::SetMinNumFitSamples

Sets the minimum number of samples required for fitting on each side of the shape.

Namespace: Euresys::Open_eVision_2_10

[C++]

void SetMinNumFitSamples(
   OEV_INT32 side0,
   OEV_INT32 side1,
   OEV_INT32 side2,
   OEV_INT32 side3
)

Parameters

side0

Minimum number of samples on the top side of the rectangle. The default value is 2.

side1

Minimum number of samples on the left side of the rectangle. If this value is not specified, it is equal to n32Side0. The default value is 2.

side2

Minimum number of samples on the bottom side of the rectangle. If this value is not specified, it is equal to n32Side0. The default value is 2.

side3

Minimum number of samples on the right side of the rectangle. If this value is not specified, it is equal to n32Side1. The default value is 2.

Remarks

When the ERectangleGauge::Measure method is called, and if not enough valid points are detected, then the method returns directly, and the measured gauge is set to the nominal parameters.

ERectangleGauge.SetMinNumFitSamples

Sets the minimum number of samples required for fitting on each side of the shape.

Namespace: Euresys.Open_eVision_2_10

[C#]

void SetMinNumFitSamples(
   int side0,
   int side1,
   int side2,
   int side3
)

Parameters

side0

Minimum number of samples on the top side of the rectangle. The default value is 2.

side1

Minimum number of samples on the left side of the rectangle. If this value is not specified, it is equal to n32Side0. The default value is 2.

side2

Minimum number of samples on the bottom side of the rectangle. If this value is not specified, it is equal to n32Side0. The default value is 2.

side3

Minimum number of samples on the right side of the rectangle. If this value is not specified, it is equal to n32Side1. The default value is 2.

Remarks

When the ERectangleGauge::Measure method is called, and if not enough valid points are detected, then the method returns directly, and the measured gauge is set to the nominal parameters.

Which API shall we display?

© 2019 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.10.0.1121