![]() |
Templates -- Meow
1.1.4
A C++ template contains kinds of interesting classes and functions
|
Go to the source code of this file.
Classes | |
class | meow::YUV< T > |
class | meow::YUVf |
Namespaces | |
meow | |
Functions | |
template<class RGB_T , class YUV_T > | |
void | meow::RGB_to_YUV (RGB< RGB_T > const &rgb, YUV< YUV_T > *yuv) |
template<class YUV_T , class RGB_T > | |
void | meow::YUV_to_RGB (YUV< YUV_T > const &yuv, RGB< RGB_T > *rgb) |