You are here: Start » FIL.NET » FIS.ReadMultipleBarcodes Method
FIS.ReadMultipleBarcodes Method
Detects and recognizes multiple barcodes on the input image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ReadMultipleBarcodes ( FilNet.Image inImage, FilNet.Rectangle2D? inRoi, FilNet.CoordinateSystem2D? inRoiAlignment, FilNet.BarcodeFormat? inBarcodeFormat, float inMinGradientLength, int inBaseBarWidth, int inDetectionScanCount, int inReadingScanCount, int inScanWidth, float inMinStrength, float inSmoothingStdDev, FilNet.Polarity inPolarity, IList<FilNet.Rectangle2D> outBarcodePositions, IList<string> outDecodedTexts, IList<FilNet.BarcodeFormat> outBarcodeFormats, IList<FilNet.Polarity> outBarcodePolarities, out FilNet.Rectangle2D outAlignedRoi, IList<FilNet.Rectangle2D> outBarcodeCandidates, FilNet.Image diagGradientImage, IList<List<FilNet.Segment2D>> diagScheduledScanSegments )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.Rectangle2D? | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inRoiAlignment | FilNet.CoordinateSystem2D? | Adjusts the barcode rectangle to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inBarcodeFormat | FilNet.BarcodeFormat? | EAN13 | Format of the barcode. Default value: EAN13. | |
![]() | inMinGradientLength | float | <0.0f, INF> | 8.0f | Minimal gradient length of edge pixels used for detecting barcodes. Default value: 8.0f. |
![]() | inBaseBarWidth | int | <1, INF> | 3 | Estimated width of the thinnest bar. Default value: 3. |
![]() | inDetectionScanCount | int | <1, INF> | 5 | Number of scan lines used in detecting barcode. Default value: 5. |
![]() | inReadingScanCount | int | <1, INF> | 5 | Number of parallel scans run until first successful read. Default value: 5. |
![]() | inScanWidth | int | <1, INF> | 5 | Width of the single scan. Default value: 5. |
![]() | inMinStrength | float | <0.0f, INF> | 5.0f | Minimal strength of an extracted edge. Default value: 5.0f. |
![]() | inSmoothingStdDev | float | <0.0f, INF> | 0.25f | Standard deviation of the gaussian smoothing applied to the profile extracted in each scan. Default value: 0.25f. |
![]() | inPolarity | FilNet.Polarity | Dark | Specifies whether code is darker or brighter than the background. Default value: Dark. | |
![]() | outBarcodePositions | System.Collections.Generic.IList<FilNet.Rectangle2D> | Positions of the found barcodes. | ||
![]() | outDecodedTexts | System.Collections.Generic.IList<string> | Decoded barcode content. | ||
![]() | outBarcodeFormats | System.Collections.Generic.IList<FilNet.BarcodeFormat> | Decoded barcode format. | ||
![]() | outBarcodePolarities | System.Collections.Generic.IList<FilNet.Polarity> | Decoded barcode polarity. | ||
![]() | outAlignedRoi | FilNet.Rectangle2D | Input ROI after transformation (in the image coordinates). | ||
![]() | outBarcodeCandidates | System.Collections.Generic.IList<FilNet.Rectangle2D> | Places with high gradient values that are further investigated. | ||
![]() | diagGradientImage | FilNet.Image | Image of gradient directions. | ||
![]() | diagScheduledScanSegments | System.Collections.Generic.IList<System.Collections.Generic.List<FilNet.Segment2D>> | Scheduled scan segments. |
Function Overrides
- ReadMultipleBarcodes(Image, Single, Int32, Int32, Int32, Int32, Single, Single, Polarity, IList<Rectangle2D>, IList<String>)
- ReadMultipleBarcodes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Nullable<BarcodeFormat>, Single, Int32, Int32, Int32, Int32, Single, Single, Polarity, IList<Rectangle2D>, IList<String>)
- ReadMultipleBarcodes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Nullable<BarcodeFormat>, Single, Int32, Int32, Int32, Int32, Single, Single, Polarity, IList<Rectangle2D>, IList<String>, NullableRef<List<BarcodeFormat>>, NullableRef<List<Polarity>>, NullableValue<Rectangle2D>, NullableRef<List<Rectangle2D>>)
- ReadMultipleBarcodes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Nullable<BarcodeFormat>, Single, Int32, Int32, Int32, Int32, Single, Single, Polarity, IList<Rectangle2D>, IList<String>, NullableRef<List<BarcodeFormat>>, NullableRef<List<Polarity>>, NullableValue<Rectangle2D>, NullableRef<List<Rectangle2D>>, Image, IList<List<Segment2D>>)