Start » Filter Reference » Computer Vision » Barcodes » DetectSingleBarcode_Deprecated
Module: | Barcodes |
---|
Determines the position of a single barcode on the input image.
Applications
Detection of a barcode, but without actual recognition. Usually followed by a RecognizeBarcode filter.
Name | Type | Range | Description | |
---|---|---|---|---|
inImage | Image | Input image | ||
inFormat | BarcodeFormat* | Format of the barcode | ||
inMinGradientLength | Real | 0.0 - | Minimal gradient length of edge pixels used for detecting barcodes | |
inBaseBarWidth | Integer | 1 - | Estimated width of the thinnest bar | |
inScanCount | Integer | 1 - | Number of scan lines used in detecting barcode | |
inScanWidth | Integer | 1 - | Width of the single scan | |
inMinStrength | Real | 0.0 - | Minimal strength of an extracted edge | |
inSmoothingStdDev | Real | 0.0 - | Standard deviation of the gaussian smoothing applied to the profile extracted in each scan | |
inPolarity | Polarity | Specifies whether code is darker or brighter than the background | ||
outBarcodePosition | Rectangle2D? | Position of the found barcode | ||
outBarcodePolarity | Polarity? | Polarity of the found barcode | ||
outBarcodeCandidates | Rectangle2DArray | Places with high gradient values that are further investigated | ||
diagGradientImage | Image | Image of gradient directions |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of DetectBarcodes filter group.