protodoc.io
Project linklab-uva/deepracing
Welcome
Readme
Commits
GitHub project
Download project
Desktop application
Contact us
deepf1.protobuf
deepf1.protobuf.eigen
deepf1.protobuf.images
deepf1.twenty_eighteen.protobuf
deepf1.protobuf.images
ChannelOrder
Image
package
deepf1.protobuf.images
Get desktop application:
View/edit binary Protocol Buffers messages
enum
ChannelOrder
ChannelOrder.proto:3
Used in:
Image
GRAYSCALE
= 0
BGR
= 1
RGB
= 2
BGRA
= 3
RGBA
= 4
OPTICAL_FLOW
= 5
message
Image
Image.proto:4
ChannelOrder
channel_order
= 1
uint64
rows
= 2
uint64
cols
= 3
bytes
image_data
= 4
double
system_time
= 5