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, NullableRef<FilNet.ShapeRegion> inRoi, FilNet.CoordinateSystem2D? inRoiAlignment, FilNet.BarcodeParams inBarcodeParams, FilNet.BarcodeDetectionParams inDetectionParams, int inMaxBarcodeCount, IList<FilNet.Barcode> outBarcodes )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.ShapeRegion> | Region of interest. Default value: ftl::NIL. | ||
![]() | inRoiAlignment | FilNet.CoordinateSystem2D? | Adjusts the region of interest to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inBarcodeParams | FilNet.BarcodeParams | Specification of barcodes that can be detected. | ||
![]() | inDetectionParams | FilNet.BarcodeDetectionParams | Parameters of the barcode detection algorithm. | ||
![]() | inMaxBarcodeCount | int | <1, INF> | 2 | Maximum number of barcodes in one image. Default value: 2. |
![]() | outBarcodes | System.Collections.Generic.IList<FilNet.Barcode> | List of barcodes that have been correctly detected and decoded. |
Function Overrides
- ReadMultipleBarcodes(Image, BarcodeParams, BarcodeDetectionParams, Int32, IList<Barcode>)
- ReadMultipleBarcodes(Image, NullableRef<ShapeRegion>, Nullable<CoordinateSystem2D>, BarcodeParams, BarcodeDetectionParams, Int32, IList<Barcode>, NullableRef<List<Rectangle2D>>, NullableRef<ShapeRegion>)
- ReadMultipleBarcodes(Image, NullableRef<ShapeRegion>, Nullable<CoordinateSystem2D>, BarcodeParams, BarcodeDetectionParams, Int32, IList<Barcode>, IList<Rectangle2D>, ShapeRegion, Image, IList<List<Segment2D>>)
- ReadMultipleBarcodes(Image, NullableRef<ShapeRegion>, Nullable<CoordinateSystem2D>, BarcodeParams, BarcodeDetectionParams, Int32, IList<Barcode>, NullableRef<List<Rectangle2D>>, NullableRef<ShapeRegion>, Image, IList<List<Segment2D>>)