CARLA
Static Public Member Functions | List of all members
carla::image::ImageIO Class Reference

#include <ImageIO.h>

Static Public Member Functions

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())
 

Detailed Description

Definition at line 14 of file ImageIO.h.

Member Function Documentation

◆ ReadImage()

template<typename ImageT , typename IO = io::any>
static void carla::image::ImageIO::ReadImage ( const std::string &  in_filename,
ImageT &  image,
IO  = IO() 
)
inlinestatic

Definition at line 18 of file ImageIO.h.

◆ 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

Definition at line 23 of file ImageIO.h.


The documentation for this class was generated from the following file: