Show / Hide Table of Contents

    Namespace ArucoUnity.Calibration

    Classes

    ArucoCameraCalibration

    Calibrates a ArucoCamera with a ArucoBoard and saves the calibrated camera parameters in a file managed by ArucoCameraParametersController. Base class to reference in editor fields.

    See the OpenCV and the ArUco module documentations for more information about the calibration process: http://docs.opencv.org/3.4/da/d13/tutorial_aruco_calibration.html and https://docs.opencv.org/3.4/da/d13/tutorial_aruco_calibration.html

    ArucoCameraCalibrationGeneric<T, U>

    ArucoCameraCalibrationGUI

    CalibrationFlags

    Manages the flags of the ArucoCameraCalibration process. Base class to reference in editor fields.

    CalibrationFlagsGeneric<T>

    Manages the flags of the ArucoCameraCalibration process. Generic class to use in scripts.

    Back to top Aruco Unity - Erwan Normand