libcvd
Static Public Attributes | List of all members
CVD::PixelByPixelConvertible< In, Out > Struct Template Reference

Can individual pixels of two types be converted with ConvertPixels::convert()? E.g. More...

#include <convert_image.h>

Static Public Attributes

static const bool is = Pixel::DefaultConvertible<In>::is & Pixel::DefaultConvertible<Out>::is
 

Detailed Description

template<class In, class Out>
struct CVD::PixelByPixelConvertible< In, Out >

Can individual pixels of two types be converted with ConvertPixels::convert()? E.g.

Bayer patterns or YUV411 can usually not.


The documentation for this struct was generated from the following file: