You are here: Start » FIL.NET » Function Reference » Computer Vision » Datacodes » FIL.ReadMultiplePDF417Codes
Detects and recognizes several PDF417 codes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ReadMultiplePDF417Codes ( FilNet.Image inImage, FilNet.Rectangle2D? inRoi, FilNet.CoordinateSystem2D? inRoiAlignment, FilNet.PDF417CodeParams inCodeParams, FilNet.PDF417DetectionParams inDetectionParams, bool inAllowMultipleScales, IList<FilNet.PDF417Code> outPDF417Codes, out FilNet.Rectangle2D outAlignedRoi )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.Rectangle2D? | Region of interest. Default value: ftl::NIL. | ||
![]() | inRoiAlignment | FilNet.CoordinateSystem2D? | Coordinate system for the region of interest. Default value: ftl::NIL. | ||
![]() | inCodeParams | FilNet.PDF417CodeParams | Specification of codes that can be detected. | ||
![]() | inDetectionParams | FilNet.PDF417DetectionParams | Specification of the way the codes are being detected. | ||
![]() | inAllowMultipleScales | bool | False | Specifies whether codes of different module sizes are expected. Default value: False. | |
![]() | outPDF417Codes | System.Collections.Generic.IList<FilNet.PDF417Code> | Found PDF417 codes. | ||
![]() | outAlignedRoi | FilNet.Rectangle2D | Input ROI after transformation (in the image coordinates). |
Remarks
In inCodeParams the parameter MinModuleSize should be more or equal to 3. For values less than 3 it is not guaranteed, that ReadMultiplePDF417Codes will process codes properly.
Function Overrides
- ReadMultiplePDF417Codes(Image, PDF417CodeParams, PDF417DetectionParams, Boolean, IList<PDF417Code>)
- ReadMultiplePDF417Codes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, PDF417CodeParams, PDF417DetectionParams, Boolean, IList<PDF417Code>)
- ReadMultiplePDF417Codes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, PDF417CodeParams, PDF417DetectionParams, Boolean, IList<PDF417Code>, NullableValue<Rectangle2D>)