#include "image_io.h"
#include <stdexcept>
Go to the source code of this file.
|
cv::Mat_< cv::Vec3b > | tlz::load_texture (const std::string &filename) |
|
void | tlz::save_texture (const std::string &filename, const cv::Mat_< cv::Vec3b > &texture) |
|
cv::Mat_< ushort > | tlz::load_ir (const std::string &filename) |
|
void | tlz::save_ir (const std::string &filename, const cv::Mat_< ushort > &ir) |
|
cv::Mat_< ushort > | tlz::load_depth (const std::string &filename) |
|
void | tlz::save_depth (const std::string &filename, const cv::Mat_< ushort > &depth) |
|