EMatcher::GetMaxPositions

EMatcher::SetMaxPositions

Maximum number of positions.

Namespace: Euresys::Open_eVision

[C++]

OEV_UINT32 GetMaxPositions() const

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

[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.

EMatcher.MaxPositions

Maximum number of positions.

Module: open_evision

[Python]

MaxPositions: int

{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.