EMatrixCodeReader::SetLearnMaskElement

This method is deprecated.

Allows to choose which decoded parameters are learnt when the EMatrixCodeReader::Learn or EMatrixCodeReader::LearnMore methods are called.

Namespace: Euresys::Open_eVision

[C++]

void SetLearnMaskElement(
   Euresys::Open_eVision::ELearnParam index,
   bool value
)

Parameters

index

Parameter identifier, as defined in ELearnParam.

value

true to enable the parameter for learning.

Remarks

In order to enable a parameter for learning, you need to set corresponding item of LearnMask to true. Default: all items are set to true.

EMatrixCodeReader.SetLearnMaskElement

This method is deprecated.

Allows to choose which decoded parameters are learnt when the EMatrixCodeReader::Learn or EMatrixCodeReader::LearnMore methods are called.

Namespace: Euresys.Open_eVision

[C#]

void SetLearnMaskElement(
   Euresys.Open_eVision.ELearnParam index,
   bool value
)

Parameters

index

Parameter identifier, as defined in ELearnParam.

value

true to enable the parameter for learning.

Remarks

In order to enable a parameter for learning, you need to set corresponding item of LearnMask to true. Default: all items are set to true.