#include <image_convert.h>
Static Public Attributes | |
static const bool | is = Pixel::DefaultConvertible<In>::is && Pixel::DefaultConvertible<Out>::is |
Can individual pixels of two types be converted with ConvertPixels::convert()? E.g. Bayer patterns or YUV411 can usually not.
Definition at line 193 of file image_convert.h.
const bool CVD::PixelByPixelConvertible< In, Out >::is = Pixel::DefaultConvertible<In>::is && Pixel::DefaultConvertible<Out>::is [static] |
Definition at line 195 of file image_convert.h.