EMatcher::GetMaxPositions

EMatcher::SetMaxPositions

Maximum number of positions.

Namespace: Euresys::Open_eVision_2_11

[C++]

OEV_UINT32 GetMaxPositions()

void SetMaxPositions(OEV_UINT32 un32MaxPositions)

Remarks

Indicates how many matching positions have to be returned at a maximum. This number corresponds to the expected maximum number of occurrences of the pattern (it is sometimes advisable to use a few additional positions). By default, this property is set to 1.

EMatcher.MaxPositions

Maximum number of positions.

Namespace: Euresys.Open_eVision_2_11

[C#]

uint MaxPositions

{ get; set; }

Remarks

Indicates how many matching positions have to be returned at a maximum. This number corresponds to the expected maximum number of occurrences of the pattern (it is sometimes advisable to use a few additional positions). By default, this property is set to 1.