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 its polarity detection. The cell polarity confidence reflects the confidence in the cell digitization result, on a scale from 0 to 1. Increasing the threshold can improve reading of overprinted or underprinted QR codes. Default: 0.2f.

Namespace: Euresys::Open_eVision

[C++]

float GetCellPolarityConfidenceThreshold() const

void SetCellPolarityConfidenceThreshold(float threshold)

Remarks

Large values can affect the speed and will increase the probability of false positive changes.

EQRCodeReader.CellPolarityConfidenceThreshold

Sets the minimun cell polarity confidence threshold.
When the cell confidence is under the threshold, additional processing is attempted to improve its polarity detection. The cell polarity confidence reflects the confidence in the cell digitization result, on a scale from 0 to 1. Increasing the threshold can improve reading of overprinted or underprinted QR codes. Default: 0.2f.

Namespace: Euresys.Open_eVision

[C#]

float CellPolarityConfidenceThreshold

{ get; set; }

Remarks

Large values can affect the speed and will increase the probability of false positive changes.