You are here: Start » FIL.NET » FIS.ReadSingleBarcode Method
FIS.ReadSingleBarcode Method
Detects and recognizes a single barcode on the input image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ReadSingleBarcode ( FilNet.Image inImage, NullableRef<FilNet.ShapeRegion> inRoi, FilNet.CoordinateSystem2D? inRoiAlignment, FilNet.BarcodeParams inBarcodeParams, FilNet.BarcodeDetectionParams inDetectionParams, INullable<FilNet.Barcode> outBarcode, IList<FilNet.Rectangle2D> outBarcodeCandidates, FilNet.ShapeRegion outAlignedRoi, FilNet.Image diagGradientImage, IList<List<FilNet.Segment2D>> diagScheduledScanSegments )
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 barcode that can be detected. | ||
![]() | inDetectionParams | FilNet.BarcodeDetectionParams | Parameters of the barcode detection algorithm. | ||
![]() | outBarcode | FilNet.INullable<FilNet.Barcode> | A barcode that has been correctly detected and decoded. This parameter cannot be null. | ||
![]() | outBarcodeCandidates | System.Collections.Generic.IList<FilNet.Rectangle2D> | Places with high gradient values that are further investigated. | ||
![]() | outAlignedRoi | FilNet.ShapeRegion | Input ROI after transformation (in the image coordinates). | ||
![]() | diagGradientImage | FilNet.Image | Image of gradient directions. | ||
![]() | diagScheduledScanSegments | System.Collections.Generic.IList<System.Collections.Generic.List<FilNet.Segment2D>> | Scheduled scan segments. |
Function Overrides
- ReadSingleBarcode(Image, BarcodeParams, BarcodeDetectionParams, INullable<Barcode>)
- ReadSingleBarcode(Image, NullableRef<ShapeRegion>, Nullable<CoordinateSystem2D>, BarcodeParams, BarcodeDetectionParams, INullable<Barcode>)
- ReadSingleBarcode(Image, NullableRef<ShapeRegion>, Nullable<CoordinateSystem2D>, BarcodeParams, BarcodeDetectionParams, INullable<Barcode>, NullableRef<List<Rectangle2D>>, NullableRef<ShapeRegion>)
- ReadSingleBarcode(Image, NullableRef<ShapeRegion>, Nullable<CoordinateSystem2D>, BarcodeParams, BarcodeDetectionParams, INullable<Barcode>, NullableRef<List<Rectangle2D>>, NullableRef<ShapeRegion>, Image, IList<List<Segment2D>>)