EMatrixCodeReader::GetSearchParams

This property is deprecated.

Parameter space that the algorithm uses to read a Data Matrix code from an ROI.

Namespace: Euresys::Open_eVision

[C++]

ESearchParamsType& GetSearchParams()

Remarks

It can be modified through automatic learning (using the EMatrixCodeReader::Learn or EMatrixCodeReader::LearnMore methods) or by using EMatrixCodeReader::SearchParams properties and methods.

EMatrixCodeReader.SearchParams

This property is deprecated.

Parameter space that the algorithm uses to read a Data Matrix code from an ROI.

Namespace: Euresys.Open_eVision

[C#]

ESearchParamsType SearchParams

{ get; }

Remarks

It can be modified through automatic learning (using the EMatrixCodeReader.Learn or EMatrixCodeReader.LearnMore methods) or by using EMatrixCodeReader.SearchParams properties and methods.

EMatrixCodeReader.SearchParams

This property is deprecated.

Parameter space that the algorithm uses to read a Data Matrix code from an ROI.

Module: open_evision

[Python]

SearchParams: ESearchParamsType

{get}

Remarks

It can be modified through automatic learning (using the EMatrixCodeReader.Learn or EMatrixCodeReader.LearnMore methods) or by using EMatrixCodeReader.SearchParams properties and methods.