Struct OpticalFlowPayload
- Namespace
- Harp.OutputExpander
- Assembly
- Harp.OutputExpander.dll
Represents the payload of the OpticalFlow register.
public struct OpticalFlowPayload
- Inherited Members
Constructors
OpticalFlowPayload(short, short, short)
Initializes a new instance of the OpticalFlowPayload structure.
public OpticalFlowPayload(short deltaX, short deltaY, short squal)
Parameters
deltaX
shortThe movement in the X axis.
deltaY
shortThe movement in the Y axis.
squal
shortThe measure of the number of features visible by the sensor.
Fields
DeltaX
The movement in the X axis.
public short DeltaX
Field Value
DeltaY
The movement in the Y axis.
public short DeltaY
Field Value
Squal
The measure of the number of features visible by the sensor.
public short Squal