Choose your operating system:
Windows
macOS
Linux
Detects all ArUco markers in the supplied image
Target is Open CVBlueprint Function Library
Select Asset
Dict4x4
DictSize50
Select Asset
0
|
In
Exec
|
|
|
In Render Target
Texture Render Target 2D Object Reference
|
Input image in which to search for markers |
|
In Dictionary
EOpenCVArucoDictionary Enum
|
Which ArUco marker dictionary to use for detection |
|
In Dictionary Size
EOpenCVArucoDictionarySize Enum
|
The size of the ArUco marker dictionary |
|
Debug Draw Markers
Boolean
|
If true, output a Texture2D showing the detected marker debug info overlaid on the input image |
|
Estimate Pose
Boolean
|
If true, return the 3D pose for each marker relative to the camera position |
|
In Marker Length in Meters
Float (single-precision)
|
Length in meters of one side of the physical marker (required if bEstimatePose is True) |
|
In Lens Distortion Parameters
Open CVLens Distortion Parameters Base Structure (by ref)
|
|
Out
Exec
|
|
|
Out Debug Texture
Texture 2D Object Reference
|
Output debug image (required if bDebugDrawMarkers is True) |
|
Out Detected Markers
Array of Open CVAruco Detected Marker Structures
|
Output array of markers detected in the input image |
|
Return Value
Integer
|
Total number of markers detected in the input image |