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.BarcodeFormat? inBarcodeFormat, int inScanCount, int inScanWidth, float inMinStrength, float inSmoothingStdDev, FilNet.Polarity inPolarity, INullable<string> outDecodedText, out FilNet.BarcodeFormat? outBarcodeFormat, out FilNet.Polarity? outBarcodePolarity, out FilNet.Rectangle2D outAlignedBarcodePosition, IList<FilNet.Segment2D> diagScheduledScanSegments )
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. | ||
![]() | inBarcodeFormat | FilNet.BarcodeFormat? | EAN13 | Format of the barcode. Default value: EAN13. | |
![]() | 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. |
![]() | 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. | |
![]() | outDecodedText | FilNet.INullable<string> | Decoded barcode text or nothing if all of the scans failed. This parameter cannot be null. | ||
![]() | outBarcodeFormat | FilNet.BarcodeFormat? | Decoded barcode format or nothing if all of the scans failed. | ||
![]() | outBarcodePolarity | FilNet.Polarity? | Decoded barcode polarity or nothing if all of the scans failed. | ||
![]() | outAlignedBarcodePosition | FilNet.Rectangle2D | |||
![]() | diagScheduledScanSegments | System.Collections.Generic.IList<FilNet.Segment2D> | Scheduled scan segments. |
Function Overrides
- RecognizeBarcode(Image, Rectangle2D, Int32, Int32, Single, Single, Polarity, INullable<String>, Nullable<BarcodeFormat>)
- RecognizeBarcode(Image, Rectangle2D, Nullable<CoordinateSystem2D>, Nullable<BarcodeFormat>, Int32, Int32, Single, Single, Polarity, INullable<String>, Nullable<BarcodeFormat>)
- RecognizeBarcode(Image, Rectangle2D, Nullable<CoordinateSystem2D>, Nullable<BarcodeFormat>, Int32, Int32, Single, Single, Polarity, INullable<String>, Nullable<BarcodeFormat>, NullableRef<NullableValue<Polarity>>, NullableValue<Rectangle2D>)
- RecognizeBarcode(Image, Rectangle2D, Nullable<CoordinateSystem2D>, Nullable<BarcodeFormat>, Int32, Int32, Single, Single, Polarity, INullable<String>, Nullable<BarcodeFormat>, NullableRef<NullableValue<Polarity>>, NullableValue<Rectangle2D>, IList<Segment2D>)