EQRCodeReader::GetCellPolarityConfidenceThreshold

EQRCodeReader::SetCellPolarityConfidenceThreshold

Sets the minimun cell polarity confidence threshold.
When the cell confidence is under the threshold, additional processing is attempted to improve the polarity detection.

Namespace: Euresys::Open_eVision_2_11

[C++]

float GetCellPolarityConfidenceThreshold() const

void SetCellPolarityConfidenceThreshold(float threshold)

EQRCodeReader.CellPolarityConfidenceThreshold

Sets the minimun cell polarity confidence threshold.
When the cell confidence is under the threshold, additional processing is attempted to improve the polarity detection.

Namespace: Euresys.Open_eVision_2_11

[C#]

float CellPolarityConfidenceThreshold

{ get; set; }