EChecker::Learn
Accumulates a reference image, following a sequence of operations.
Namespace: Euresys::Open_eVision_2_6
[C++]
void Learn(
Euresys::Open_eVision_2_6::ELearningMode mode
)
Parameters
mode
Current mode of operation in the learning sequence, as defined by ELearningMode.
Remarks
First the model is reset; then the matching patterns are shown; next a series of images is presented to estimate the average gray levels; then a second series of images is presented to estimate the gray-level variations; finally, the threshold images are generated. A typical sequence with three reference images goes as follows:
EChecker.Learn
Accumulates a reference image, following a sequence of operations.
Namespace: Euresys.Open_eVision_2_6
[C#]
void Learn(
Euresys.Open_eVision_2_6.ELearningMode mode
)
Parameters
mode
Current mode of operation in the learning sequence, as defined by ELearningMode.
Remarks
First the model is reset; then the matching patterns are shown; next a series of images is presented to estimate the average gray levels; then a second series of images is presented to estimate the gray-level variations; finally, the threshold images are generated. A typical sequence with three reference images goes as follows: