You are here: Start » FIL.NET » FIS.RecognizeBarcode Method
FIS.RecognizeBarcode Method
Extracts information from a barcode located on the input image at a given position.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void RecognizeBarcode ( FilNet.Image inImage, FilNet.Rectangle2D inBarcodePosition, FilNet.CoordinateSystem2D? inBarcodePositionAlignment, FilNet.BarcodeParams inBarcodeParams, int inScanCount, int inScanWidth, float inMinEdgeStrength, INullable<FilNet.Barcode> outBarcode, NullableValue<FilNet.Rectangle2D> outAlignedBarcodePosition )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inBarcodePosition | FilNet.Rectangle2D | Position of the input image in which the barcode is located. | ||
![]() | inBarcodePositionAlignment | FilNet.CoordinateSystem2D? | Adjusts the barcode rectangle to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inBarcodeParams | FilNet.BarcodeParams | Specification of barcode that can be read. | ||
![]() | inScanCount | 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. |
![]() | inMinEdgeStrength | float | <0.0f, INF> | 5.0f | Minimal strength of an extracted edge. Default value: 5.0f. |
![]() | outBarcode | FilNet.INullable<FilNet.Barcode> | Decoded barcode or nothing if all of the scans failed. This parameter cannot be null. | ||
![]() | outAlignedBarcodePosition | FilNet.NullableValue<FilNet.Rectangle2D> | Can be null to skip this parameter calculation. |
Function Overrides
- RecognizeBarcode(Image, Rectangle2D, BarcodeParams, Int32, Int32, Single, INullable<Barcode>)
- RecognizeBarcode(Image, Rectangle2D, Nullable<CoordinateSystem2D>, BarcodeParams, Int32, Int32, Single, INullable<Barcode>)
- RecognizeBarcode(Image, Rectangle2D, Nullable<CoordinateSystem2D>, BarcodeParams, Int32, Int32, Single, INullable<Barcode>, Rectangle2D, IList<Segment2D>)
- RecognizeBarcode(Image, Rectangle2D, Nullable<CoordinateSystem2D>, BarcodeParams, Int32, Int32, Single, INullable<Barcode>, NullableValue<Rectangle2D>, IList<Segment2D>)