#include <image_convert.h>
Static Public Attributes | |
static const bool | is = Pixel::DefaultConvertible<In>::is && Pixel::DefaultConvertible<Out>::is |
Can two types be converted with CVD::convert_image?
Definition at line 185 of file image_convert.h.
const bool CVD::IsConvertible< In, Out >::is = Pixel::DefaultConvertible<In>::is && Pixel::DefaultConvertible<Out>::is [static] |
Definition at line 187 of file image_convert.h.