Namespaces | Defines | Functions
yuv422.cpp File Reference
#include "yuv422.h"
Include dependency graph for yuv422.cpp:

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 Documentation

#define CLIP_CHAR (   c)    ((c)>255?255:(c)<0?0:(c))

Definition at line 3 of file yuv422.cpp.



image_proc
Author(s): Patrick Mihelich, Kurt Konolige, Jeremy Leibs
autogenerated on Fri Jan 3 2014 11:24:35