Back to Aurora Vision Studio website
You are here: Start » Filter Reference » Computer Vision » Datacodes » ReadSingleDatacode_Deprecated (ReadDataCodes_Deprecated Single)
Module: | Datacodes |
---|
Detects and recognizes one Data Code.
Name | Type | 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) |
![]() |
inTypeSelection | DataCodeTypeSelection | Specifies which code types the filter should try to read |
![]() |
outDataCode | DataCode? | A code that has 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.