#include <ImageIO.h>
|
template<typename ImageT , typename IO = io::any> |
static void | ReadImage (const std::string &in_filename, ImageT &image, IO=IO()) |
|
template<typename ViewT , typename IO = io::any> |
static std::string | WriteView (std::string out_filename, const ViewT &image_view, IO=IO()) |
|
Definition at line 14 of file ImageIO.h.
◆ ReadImage()
template<typename ImageT , typename IO = io::any>
static void carla::image::ImageIO::ReadImage |
( |
const std::string & |
in_filename, |
|
|
ImageT & |
image, |
|
|
IO |
= IO() |
|
) |
| |
|
inlinestatic |
◆ WriteView()
template<typename ViewT , typename IO = io::any>
static std::string carla::image::ImageIO::WriteView |
( |
std::string |
out_filename, |
|
|
const ViewT & |
image_view, |
|
|
IO |
= IO() |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: