BarcodeSvmDetectorSettings.SkipDiagonalSearch

BarcodeSvmDetectorSettings.SkipDiagonalSearch property

Allows detector to skip search for diagonal barcodes.

Setting it to false will increase detection time but allow to find diagonal barcodes that can be missed otherwise. Enabling of diagonal search leads to a bigger detection time.

public bool SkipDiagonalSearch { get; set; }

See Also