.NET SDK Documentation

    Show / Hide Table of Contents

    Class RobotObservedMotionEventArgs

    Robot observed motion event args

    Inheritance
    Object
    EventArgs
    RobotEventArgs
    RobotObservedMotionEventArgs
    Inherited Members
    RobotEventArgs.EventType
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    [Serializable]
    public class RobotObservedMotionEventArgs : RobotEventArgs

    Properties

    | Improve this Doc View Source

    BottomImgArea

    Gets the area of the supporting region for the point, as a fraction of the bottom region

    public float BottomImgArea { get; }
    Property Type
    Single
    | Improve this Doc View Source

    BottomImgX

    Gets pixel coordinate of the point in the image, relative to top-left corner.

    public int BottomImgX { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    BottomImgY

    Gets pixel coordinate of the point in the image, relative to top-left corner.

    public int BottomImgY { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    GroundArea

    Gets the area of the supporting region for the point, as a fraction of the ground ROI. If unable to map to the ground, area = 0

    public float GroundArea { get; }
    Property Type
    Single
    | Improve this Doc View Source

    GroundX

    Gets the coordinates of the point on the ground, relative to robot, in mm

    public int GroundX { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    GroundY

    Gets the coordinates of the point on the ground, relative to robot, in mm

    public int GroundY { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    ImgArea

    Gets the area of the supporting region for the point, as a fraction of the image

    public float ImgArea { get; }
    Property Type
    Single
    | Improve this Doc View Source

    ImgX

    Gets the pixel coordinate of the point in the image, relative to top-left corner.

    public int ImgX { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    ImgY

    Gets the pixel coordinate of the point in the image, relative to top-left corner.

    public int ImgY { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    LeftImgArea

    Gets the area of the supporting region for the point, as a fraction of the left region

    public float LeftImgArea { get; }
    Property Type
    Single
    | Improve this Doc View Source

    LeftImgX

    Gets the pixel coordinate of the point in the image, relative to top-left corner.

    public int LeftImgX { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    LeftImgY

    Gets the pixel coordinate of the point in the image, relative to top-left corner.

    public int LeftImgY { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    RightImgArea

    Gets the area of the supporting region for the point, as a fraction of the right region

    public float RightImgArea { get; }
    Property Type
    Single
    | Improve this Doc View Source

    RightImgX

    Gets the pixel coordinate of the point in the image, relative to top-left corner.

    public int RightImgX { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    RightImgY

    Gets the pixel coordinate of the point in the image, relative to top-left corner.

    public int RightImgY { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    Timestamp

    Gets the timestamp of the corresponding image

    public uint Timestamp { get; }
    Property Type
    UInt32
    | Improve this Doc View Source

    TopImgArea

    Gets the area of the supporting region for the point, as a fraction of the top region

    public float TopImgArea { get; }
    Property Type
    Single
    | Improve this Doc View Source

    TopImgX

    Gets the pixel coordinate of the point in the image, relative to top-left corner.

    public int TopImgX { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    TopImgY

    Gets the pixel coordinate of the point in the image, relative to top-left corner.

    public int TopImgY { get; }
    Property Type
    Int32

    See Also

    EventArgs
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables