EPatternFinder::GetMaxInitialCandidates

EPatternFinder::SetMaxInitialCandidates

Maximum number of initial candidates.

Namespace: Euresys::Open_eVision

[C++]

OEV_UINT32 GetMaxInitialCandidates() const

void SetMaxInitialCandidates(OEV_UINT32 un32MaxCandidate)

Remarks

During the search for matching patterns, EasyFind considers a set of candidates that it progressively refines. The maximum number of initial candidates must be greater or equal than the number of instances to be found (see EPatternFinder::MaxInstances). A large number of initial candidates can help finding difficult or partial match but at the cost of increasing processing time. A small number can help speeding up the find process. By default, the value for maximum number of initial candidates is 0, indicating that the value is chosen internally.

EPatternFinder.MaxInitialCandidates

Maximum number of initial candidates.

Namespace: Euresys.Open_eVision

[C#]

uint MaxInitialCandidates

{ get; set; }

Remarks

During the search for matching patterns, EasyFind considers a set of candidates that it progressively refines. The maximum number of initial candidates must be greater or equal than the number of instances to be found (see EPatternFinder::MaxInstances). A large number of initial candidates can help finding difficult or partial match but at the cost of increasing processing time. A small number can help speeding up the find process. By default, the value for maximum number of initial candidates is 0, indicating that the value is chosen internally.