Show / Hide Table of Contents

    Class ArucoCameraCalibrationGUI

    Inheritance
    Object
    ArucoCameraCalibrationGUI
    Namespace: ArucoUnity.Calibration
    Assembly: Assembly-CSharp.dll
    Syntax
    public class ArucoCameraCalibrationGUI : MonoBehaviour

    Methods

    | Improve this Doc View Source

    Awake()

    Prepares the buttons and subscribes to ArucoCalibrator started event to set the image display.

    Declaration
    protected void Awake()
    | Improve this Doc View Source

    ConfigureUI(Object, EventArgs)

    Configures the images display.

    Declaration
    protected void ConfigureUI(object sender, EventArgs e)
    Parameters
    Type Name Description
    Object sender
    EventArgs e
    | Improve this Doc View Source

    OnDestroy()

    Unsubscribes from ArucoCalibrator events.

    Declaration
    protected void OnDestroy()
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand