Show / Hide Table of Contents

    Namespace ArucoUnity.Objects.Trackers

    Classes

    ArucoCharucoBoardTracker

    ArucoDiamondTracker

    ArucoGridBoardTracker

    ArucoMarkerTracker

    ArucoObjectDetector

    Detects ArUco objects for a ArucoCamera camera system according to DetectorParameters.

    ArucoObjectsController

    Manages a list of ArucoObject to detect for a camera system.

    ArucoObjectsTracker

    Detects ArucoObject, displays detections and applies the estimated transforms to gameObjects associated to the ArUco objects.

    See the OpenCV documentation for more information about the marker detection: http://docs.opencv.org/3.2.0/d5/dae/tutorial_aruco_detection.html

    ArucoObjectTracker

    Base for detecting and estimating the transform of an ArUco object.

    DetectorParametersController

    Editor controller for Aruco.DetectorParameters.

    Interfaces

    IArucoObjectsController

    Manages a list of ArucoObject.

    IArucoObjectsTracker

    IHasDetectorParameter

    Contains a Aruco.DetectorParameters.

    Back to top Aruco Unity - Erwan Normand