licornea_tools
|
#include "common.h"
Go to the source code of this file.
Namespaces | |
tlz | |
Enumerations | |
enum | tlz::raw_image_format { tlz::raw_image_format::ycbcr420, tlz::raw_image_format::rgb_planar, tlz::raw_image_format::rgb_interleaved } |
Functions | |
cv::Mat | tlz::import_raw_color (const std::string &yuv_filename, int width, int height, raw_image_format form) |
cv::Mat | tlz::import_raw_mono (const std::string &yuv_filename, int width, int height, int bit_depth) |
void | tlz::export_raw_color (const cv::Mat &img, const std::string &yuv_filename, raw_image_format form) |
void | tlz::export_raw_mono (const cv::Mat &img, const std::string &yuv_filename, int out_bit_depth) |