Table of Contents

Class CalibrationEventArgs

Namespace
AT.Librarys.Container.Toolkit.Vision
Assembly
AT.Librarys.Container.dll

标定事件数据

public class CalibrationEventArgs : EventArgs
Inheritance
CalibrationEventArgs
Inherited Members
Extension Methods

Properties

CameraParam

相机参数

public object[] CameraParam { get; set; }

Property Value

object[]

CameraPose

相机姿态

public object[] CameraPose { get; set; }

Property Value

object[]

IsFinish

完成

public bool IsFinish { get; set; }

Property Value

bool

Mat

矩阵

public double[] Mat { get; set; }

Property Value

double[]

Message

信息

public string Message { get; set; }

Property Value

string

Value

键值

public Dictionary<string, object> Value { get; set; }

Property Value

Dictionary<string, object>