ERectangleGauge::GetSampleLowerEdge

Allows to retrieve information on the samples found along the lower edge.

Namespace: Euresys::Open_eVision

[C++]

bool GetSampleLowerEdge(
   EPoint& pt,
   OEV_UINT32 index
)

void GetSampleLowerEdge(
   ESamplePoint& sp,
   OEV_UINT32 index
)

bool GetSampleLowerEdge(
   EPeak& pk,
   OEV_UINT32 index
)

Parameters

pt

EPoint structure that will receive the sample position.

index

The sample index

sp

ESamplePoint structure that will receive the sample position.

pk

EPeak structure that will contain the sample peak properties.

Remarks

The method provides the sample point corresponding to the supplied index.

The returned value is true when the sample is valid, and false otherwise.

ERectangleGauge.GetSampleLowerEdge

Allows to retrieve information on the samples found along the lower edge.

Namespace: Euresys.Open_eVision

[C#]

bool GetSampleLowerEdge(
   ref EPoint pt,
   uint index
)

void GetSampleLowerEdge(
   ESamplePoint sp,
   uint index
)

bool GetSampleLowerEdge(
   ref EPeak pk,
   uint index
)

Parameters

pt

EPoint structure that will receive the sample position.

index

The sample index

sp

ESamplePoint structure that will receive the sample position.

pk

EPeak structure that will contain the sample peak properties.

Remarks

The method provides the sample point corresponding to the supplied index.

The returned value is true when the sample is valid, and false otherwise.

ERectangleGauge.GetSampleLowerEdge

Allows to retrieve information on the samples found along the lower edge.

Module: open_evision

[Python]

GetSampleLowerEdge(
    pt: EPoint
    index: int
) -> bool

GetSampleLowerEdge(
    sp: ESamplePoint
    index: int
) -> None

GetSampleLowerEdge(
    pk: EPeak
    index: int
) -> bool

Parameters

pt

EPoint structure that will receive the sample position.

index

The sample index

sp

ESamplePoint structure that will receive the sample position.

pk

EPeak structure that will contain the sample peak properties.

Remarks

The method provides the sample point corresponding to the supplied index.

The returned value is true when the sample is valid, and false otherwise.