plugin system docs
custom buttons for plugins calibration functions for Leeform
This commit is contained in:
10
Plugins/LindtLeerformPlugin/Models/CalibrationData.cs
Normal file
10
Plugins/LindtLeerformPlugin/Models/CalibrationData.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace LindtLeerformPlugin.Models;
|
||||
|
||||
public class CalibrationData
|
||||
{
|
||||
public double[] CameraMatrix { get; set; } = [];
|
||||
public double[] DistCoeffs { get; set; } = [];
|
||||
public double RmsError { get; set; }
|
||||
public int ImageWidth { get; set; }
|
||||
public int ImageHeight { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user