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, float inMinGradientLength, int inBaseBarWidth, int inDetectionScanCount, int inReadingScanCount, int inScanWidth, float inMinStrength, float inSmoothingStdDev, FilNet.Polarity inPolarity, out FilNet.Rectangle2D? outBarcodePosition, INullable<string> outDecodedText, out FilNet.BarcodeFormat? outBarcodeFormat )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | 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. | |
![]() | outBarcodePosition | FilNet.Rectangle2D? | Position of the found barcode. | ||
![]() | outDecodedText | FilNet.INullable<string> | Decoded barcode content 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. |
Function Overrides
- ReadSingleBarcode(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Nullable<BarcodeFormat>, Single, Int32, Int32, Int32, Int32, Single, Single, Polarity, Nullable<Rectangle2D>, INullable<String>, Nullable<BarcodeFormat>)
- ReadSingleBarcode(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Nullable<BarcodeFormat>, Single, Int32, Int32, Int32, Int32, Single, Single, Polarity, Nullable<Rectangle2D>, INullable<String>, Nullable<BarcodeFormat>, NullableRef<NullableValue<Polarity>>, NullableValue<Rectangle2D>, NullableRef<List<Rectangle2D>>)
- ReadSingleBarcode(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Nullable<BarcodeFormat>, Single, Int32, Int32, Int32, Int32, Single, Single, Polarity, Nullable<Rectangle2D>, INullable<String>, Nullable<BarcodeFormat>, NullableRef<NullableValue<Polarity>>, NullableValue<Rectangle2D>, NullableRef<List<Rectangle2D>>, Image, IList<Segment2D>)
- ReadSingleBarcode(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Nullable<BarcodeFormat>, Single, Int32, Int32, Int32, Int32, Single, Single, Polarity, Nullable<Rectangle2D>, INullable<String>, Nullable<BarcodeFormat>, Nullable<Polarity>, Rectangle2D, IList<Rectangle2D>, Image, IList<Segment2D>)