EMatcher::GetAdvancedLearning

EMatcher::SetAdvancedLearning

Toggle advanced learning.

Namespace: Euresys::Open_eVision_2_11

[C++]

BOOL GetAdvancedLearning() const

void SetAdvancedLearning(BOOL bState)

Remarks

When enable, the advanced learning process will try to optimize learning parameters like the Minimum Reduced Area. The learning will take more time (from 1x to 5x longer) but the matching probabilty could be improved. The improvement strongly depends on the pattern source image. The advanced learning is automatically disabled when the method EMatcher::MinReducedArea is called.

EMatcher.AdvancedLearning

Toggle advanced learning.

Namespace: Euresys.Open_eVision_2_11

[C#]

bool AdvancedLearning

{ get; set; }

Remarks

When enable, the advanced learning process will try to optimize learning parameters like the Minimum Reduced Area. The learning will take more time (from 1x to 5x longer) but the matching probabilty could be improved. The improvement strongly depends on the pattern source image. The advanced learning is automatically disabled when the method EMatcher::MinReducedArea is called.