Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Shadow structure representing a Charuco board configuration (avoids OpenCV dependency)
| Name | FCharucoBoardConfigShadow |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/CameraCalibrationCharucoBoard.h |
| Include Path | #include "CameraCalibrationCharucoBoard.h" |
Syntax
USTRUCT (BlueprintType )
struct FCharucoBoardConfigShadow
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Dictionary | EArucoDictionaryShadow | ArUco dictionary to use for the markers | CameraCalibrationCharucoBoard.h |
|
| MarkerSize | float | Size of the ArUco markers (in cm) | CameraCalibrationCharucoBoard.h |
|
| SquareSize | float | Size of each square in the board (in cm) | CameraCalibrationCharucoBoard.h |
|
| SquaresX | int32 | Number of chessboard squares in X direction | CameraCalibrationCharucoBoard.h |
|
| SquaresY | int32 | Number of chessboard squares in Y direction | CameraCalibrationCharucoBoard.h |
|