ERectangleGauge::GetSampleUpperEdge
Allows to retrieve information on the samples found along the upper edge.
Namespace: Euresys::Open_eVision
[C++]
bool GetSampleUpperEdge(
EPoint
& pt,
OEV_UINT32 index
)
void GetSampleUpperEdge(
ESamplePoint
& sp,
OEV_UINT32 index
)
bool GetSampleUpperEdge(
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.GetSampleUpperEdge
Allows to retrieve information on the samples found along the upper edge.
Namespace: Euresys.Open_eVision
[C#]
bool GetSampleUpperEdge(
ref EPoint
pt,
uint index
)
void GetSampleUpperEdge(
ESamplePoint
sp,
uint index
)
bool GetSampleUpperEdge(
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.GetSampleUpperEdge
Allows to retrieve information on the samples found along the upper edge.
Module: open_evision
[Python]
GetSampleUpperEdge(
pt: EPoint
index: int
) -> bool
GetSampleUpperEdge(
sp: ESamplePoint
index: int
) -> None
GetSampleUpperEdge(
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.