kinect/codes/Azure-Kinect-Sensor-SDK/examples/calibration_registration/PlaneFiles/plane_large.json

20 lines
269 B
JSON
Raw Normal View History

2024-03-06 18:05:53 +00:00
{
"target": "charuco_large",
"type": "charuco",
"shapes": [
{
"shape": "charuco",
"squares_x": 14,
"squares_y": 9,
"square_length": 80,
"marker_length": 60,
"margin_size": 40,
"width": 1200,
"height": 800,
"x": -40,
"y": -40,
"dpi_factor": 5,
"aruco_dict_name": 6
}
]
}