Start » Filter Reference » Computer Vision » Barcodes » DetectMultipleBarcodes_Deprecated
Module: | Barcodes |
---|
Determines the positions of multiple barcodes on the input image.
Applications
Detection of barcodes, 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 | ||
outBarcodePositions | Rectangle2DArray | Positions of the found barcodes | ||
outBarcodePolarities | PolarityArray | Polarities of the found barcodes | ||
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.