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)>255?255:(c)<0?0:(c))

Definition at line 3 of file yuv422.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines


image_proc
Author(s): Patrick Mihelich, Kurt Konolige, Jeremy Leibs
autogenerated on Fri Jan 11 12:13:54 2013