#include "yuv422.h"
Go to the source code of this file.
Namespaces | |
namespace | image_proc |
Defines | |
#define | CLIP_CHAR(c) ((c)>255?255:(c)<0?0:(c)) |
Functions | |
void | image_proc::yuv422ToColor (const cv::Mat &yuv, cv::Mat &color) |
void | image_proc::yuv422ToGray (const cv::Mat &yuv, cv::Mat &gray) |
#define CLIP_CHAR | ( | c | ) | ((c)>255?255:(c)<0?0:(c)) |
Definition at line 3 of file yuv422.cpp.