fbs/optical_flow.fbs
Namespace: synapse.topic
Includes: types.fbs
| Kind | Name | Description |
|---|---|---|
struct | OpticalFlowData | Integrated optical-flow sample from an image sensor or flow module. This is a raw-layer topic: flow is the sensor’s integrated angular image motion. |
struct | OpticalFlowVelocityData | Velocity estimate derived from optical flow. |
table | OpticalFlow -> OpticalFlowData | FlatBuffers root wrapper for OpticalFlowData. |
table | OpticalFlowVelocity -> OpticalFlowVelocityData | FlatBuffers root wrapper for OpticalFlowVelocityData. |