licornea_tools
Namespaces | Functions
image_io.cc File Reference
#include "image_io.h"
#include <stdexcept>

Go to the source code of this file.

Namespaces

 tlz
 

Functions

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)