mirror of
https://github.com/karma-riuk/hdr_esim.git
synced 2024-11-17 03:40:26 +01:00
12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
|
# This message contains an optic flow map
|
||
|
# (0, 0) is at top-left corner of image
|
||
|
# The optic flow x and y components are expressed in px/s and encoded with floating point accuracy.
|
||
|
# The memory layout of the data is row-major.
|
||
|
|
||
|
Header header
|
||
|
uint32 height
|
||
|
uint32 width
|
||
|
|
||
|
float32[] flow_x
|
||
|
float32[] flow_y
|