Class ArucoCameraCalibrationGUI
Namespace: ArucoUnity.Calibration
Assembly: Assembly-CSharp.dll
Syntax
public class ArucoCameraCalibrationGUI : MonoBehaviour
Methods
| Improve this Doc View SourceAwake()
Prepares the buttons and subscribes to ArucoCalibrator started event to set the image display.
Declaration
protected void Awake()
ConfigureUI(Object, EventArgs)
Configures the images display.
Declaration
protected void ConfigureUI(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Object | sender | |
EventArgs | e |
OnDestroy()
Unsubscribes from ArucoCalibrator events.
Declaration
protected void OnDestroy()