EMatcher::GetInitialMinScore

EMatcher::SetInitialMinScore

Minimum score applied as a selection criterion in the early stages of the matching process.

Namespace: Euresys::Open_eVision_2_11

[C++]

float GetInitialMinScore()

void SetInitialMinScore(float f32InitialMinScore)

Remarks

When the search for matches starts, EasyMatch considers a set of candidate positions that it progressively refines. When they later appear to be bad candidates, they are rejected. Though it is the minimum score level that is used to reject bad matching positions at the final step of the matching process, the "initial minimum score" parameter is used to eliminate bad positions (whose score is not high enough) in the early stages of the matching processing. If the matching process is achieved in one step, only the minimum score parameter will be considered. By default, this property is set to -1.

EMatcher.InitialMinScore

Minimum score applied as a selection criterion in the early stages of the matching process.

Namespace: Euresys.Open_eVision_2_11

[C#]

float InitialMinScore

{ get; set; }

Remarks

When the search for matches starts, EasyMatch considers a set of candidate positions that it progressively refines. When they later appear to be bad candidates, they are rejected. Though it is the minimum score level that is used to reject bad matching positions at the final step of the matching process, the "initial minimum score" parameter is used to eliminate bad positions (whose score is not high enough) in the early stages of the matching processing. If the matching process is achieved in one step, only the minimum score parameter will be considered. By default, this property is set to -1.