EPointGauge::GetMeasuredPeak

Returns information pertaining to the derivative peak associated with the specified edge-crossing point, such as its area, amplitude, start, length and center.

Namespace: Euresys::Open_eVision_2_11

[C++]

EPeak GetMeasuredPeak(
   OEV_UINT32 index
)

Parameters

index

Index of the edge-crossing point along the probed line segment, between 0 and EPointGauge::NumMeasuredPoints (excluded).

Remarks

If index is left unchanged from its default value (i.e. ~0 = 0xFFFFFFFF), the peak associated to the default edge-crossing point is inspected. This default point is chosen according to the transition choice parameter that is managed by the EPointGauge::TransitionChoice property.

Note. For this method to succeed, it is necessary to previously call EPointGauge::Measure.

EPointGauge.GetMeasuredPeak

Returns information pertaining to the derivative peak associated with the specified edge-crossing point, such as its area, amplitude, start, length and center.

Namespace: Euresys.Open_eVision_2_11

[C#]

Euresys.Open_eVision_2_11.EPeak GetMeasuredPeak(
   uint index
)

Parameters

index

Index of the edge-crossing point along the probed line segment, between 0 and EPointGauge::NumMeasuredPoints (excluded).

Remarks

If index is left unchanged from its default value (i.e. ~0 = 0xFFFFFFFF), the peak associated to the default edge-crossing point is inspected. This default point is chosen according to the transition choice parameter that is managed by the EPointGauge::TransitionChoice property.

Note. For this method to succeed, it is necessary to previously call EPointGauge::Measure.