Class ArucoCameraCalibrationGeneric<T, U>
Inheritance
ArucoCameraCalibrationGeneric<T, U>
Inherited Members
Namespace: ArucoUnity.Calibration
Assembly: Assembly-CSharp.dll
Syntax
public abstract class ArucoCameraCalibrationGeneric<T, U> : ArucoCameraCalibration, IArucoCameraController, IController, IHasDetectorParameter where T : ArucoCamera where U : CalibrationFlags
Type Parameters
Name | Description |
---|---|
T | |
U |
Fields
| Improve this Doc View SourcecalibrationFlags
Declaration
protected U calibrationFlags
Field Value
Type | Description |
---|---|
U |
Methods
| Improve this Doc View SourceAwake()
Sets ArucoCamera and CalibrationFlags with editor fields if not nulls.
Declaration
protected override void Awake()