Back to Aurora Vision Studio website
You are here: Start » Filter Reference » Computer Vision » Datacodes » ReadMultipleDatacodes_Deprecated (ReadDataCodes_Deprecated Multiple)
Module: | Datacodes |
---|
Detects and recognizes several Data Codes in one image.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inRoi | Rectangle2D* | Region of interest | |
![]() |
inRoiAlignment | CoordinateSystem2D* | Coordinate system for the region of interest | |
![]() |
inCodeParams | DatacodeParams | Specification of codes that can be detected | |
![]() |
inDetectionParams | DatacodeDetectionParams | Parameters of the code detection algorithm | |
![]() |
inComputeScores | Bool | Enables computing of confidence scores (slower) | |
![]() |
inMaxCodeCount | Integer | 0 - ![]() |
Maximum number of codes in one image |
![]() |
inAllowMultipleScales | Bool | Specifies whether to continue search for codes at a higher resolution even when some codes have already been found at a lower resolution | |
![]() |
inTypeSelection | DataCodeTypeSelection | Specifies which code types the filter should try to read | |
![]() |
outDataCodes | DataCodeArray | List of codes that have been correctly detected and decoded | |
![]() |
outCandidates | PathArray | Diagnostic information about detection results | |
![]() |
outAlignedRoi | Rectangle2D | Input ROI after transformation (in the image coordinates) |
Complexity Level
This filter is available on Basic Complexity Level.