#include <cstdint>
#include <filesystem>
#include <optional>
#include <variant>
#include <vector>
#include "drake/common/diagnostic_policy.h"
#include "drake/common/drake_copyable.h"
#include "drake/common/name_value.h"
#include "drake/systems/sensors/image.h"
#include "drake/systems/sensors/image_file_format.h"
Classes | |
class | ImageIo |
Utility functions for reading and writing images, from/to either files or memory buffers. More... | |
struct | ImageIo::Metadata |
Some characteristics of an image file. More... | |
struct | ImageIo::ByteSpan |
When loading from memory, this struct denotes a span of raw bytes as input. More... | |
Namespaces | |
drake | |
drake::systems | |
drake::systems::sensors | |