Navigation
API > API/Plugins > API/Plugins/OpenCVHelper
Structure representing a Charuco board configuration
| Name | FCharucoBoardConfig |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/OpenCV/Source/OpenCVHelper/Public/OpenCVHelper.h |
| Include Path | #include "OpenCVHelper.h" |
Syntax
struct FCharucoBoardConfig
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Dictionary | EArucoDictionary | ArUco dictionary to use for the markers. Smaller dictionaries tend to be easier to parse | OpenCVHelper.h | |
| MarkerSize | float | Size of the ArUco markers (in cm) | OpenCVHelper.h | |
| SquareSize | float | Size of each square in the board (in cm) | OpenCVHelper.h | |
| SquaresX | int32 | Number of chessboard squares in X direction | OpenCVHelper.h | |
| SquaresY | int32 | Number of chessboard squares in Y direction | OpenCVHelper.h |