Class RobotObservedMotionEventArgs
Robot observed motion event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
[Serializable]
public class RobotObservedMotionEventArgs : RobotEventArgs
Properties
| Improve this Doc View SourceBottomImgArea
Gets the area of the supporting region for the point, as a fraction of the bottom region
public float BottomImgArea { get; }
Property Type
Single |
BottomImgX
Gets pixel coordinate of the point in the image, relative to top-left corner.
public int BottomImgX { get; }
Property Type
Int32 |
BottomImgY
Gets pixel coordinate of the point in the image, relative to top-left corner.
public int BottomImgY { get; }
Property Type
Int32 |
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 |
GroundX
Gets the coordinates of the point on the ground, relative to robot, in mm
public int GroundX { get; }
Property Type
Int32 |
GroundY
Gets the coordinates of the point on the ground, relative to robot, in mm
public int GroundY { get; }
Property Type
Int32 |
ImgArea
Gets the area of the supporting region for the point, as a fraction of the image
public float ImgArea { get; }
Property Type
Single |
ImgX
Gets the pixel coordinate of the point in the image, relative to top-left corner.
public int ImgX { get; }
Property Type
Int32 |
ImgY
Gets the pixel coordinate of the point in the image, relative to top-left corner.
public int ImgY { get; }
Property Type
Int32 |
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 |
LeftImgX
Gets the pixel coordinate of the point in the image, relative to top-left corner.
public int LeftImgX { get; }
Property Type
Int32 |
LeftImgY
Gets the pixel coordinate of the point in the image, relative to top-left corner.
public int LeftImgY { get; }
Property Type
Int32 |
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 |
RightImgX
Gets the pixel coordinate of the point in the image, relative to top-left corner.
public int RightImgX { get; }
Property Type
Int32 |
RightImgY
Gets the pixel coordinate of the point in the image, relative to top-left corner.
public int RightImgY { get; }
Property Type
Int32 |
Timestamp
Gets the timestamp of the corresponding image
public uint Timestamp { get; }
Property Type
UInt32 |
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 |
TopImgX
Gets the pixel coordinate of the point in the image, relative to top-left corner.
public int TopImgX { get; }
Property Type
Int32 |
TopImgY
Gets the pixel coordinate of the point in the image, relative to top-left corner.
public int TopImgY { get; }
Property Type
Int32 |