EPointGauge::Measure

Triggers the point location or the model fitting operation.

Namespace: Euresys::Open_eVision_2_11

[C++]

void Measure(
   EROIBW8* sourceImage
)

void Measure(
   EROIBW8* sourceImage,
   const ERegion& region
)

Parameters

sourceImage

Pointer to the source image.

region

Region to use with the source image.

Remarks

When this 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.

EPointGauge.Measure

Triggers the point location or the model fitting operation.

Namespace: Euresys.Open_eVision_2_11

[C#]

void Measure(
   Euresys.Open_eVision_2_11.EROIBW8 sourceImage
)

void Measure(
   Euresys.Open_eVision_2_11.EROIBW8 sourceImage,
   Euresys.Open_eVision_2_11.ERegion region
)

Parameters

sourceImage

Pointer to the source image.

region

Region to use with the source image.

Remarks

When this 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.