EQRCodeReader::GetDetectionTradeOff

EQRCodeReader::SetDetectionTradeOff

This setting controls the trade-off between computation speed versus reliability of the algorithm and particularly of the detection methods.
Setting the trade-off will overwrite the current settings for EQRCodeScanPrecision and EQRDetectionMethod.

Namespace: Euresys::Open_eVision

[C++]

Euresys::Open_eVision::EQRDetectionTradeOff GetDetectionTradeOff() const

void SetDetectionTradeOff(Euresys::Open_eVision::EQRDetectionTradeOff tradeOff)

Remarks

Available values are defined by EQRDetectionTradeOff. The default value is EQRDetectionTradeOff_Balanced.

EQRCodeReader.DetectionTradeOff

This setting controls the trade-off between computation speed versus reliability of the algorithm and particularly of the detection methods.
Setting the trade-off will overwrite the current settings for EQRCodeScanPrecision and EQRDetectionMethod.

Namespace: Euresys.Open_eVision

[C#]

Euresys.Open_eVision.EQRDetectionTradeOff DetectionTradeOff

{ get; set; }

Remarks

Available values are defined by EQRDetectionTradeOff. The default value is EQRDetectionTradeOff_Balanced.