#include <convert_pixel_types.h>
Static Public Attributes | |
static const int | is = std::numeric_limits<C>::is_specialized |
All pixel types which are DefaultConvertible can be converted freely from one to another. This struct indicated which types are DefaultConvertible. All bulitin numeric types, Rgb of them, Rgba and Rgb8 etc fall in to this class.
Definition at line 305 of file convert_pixel_types.h.
const int CVD::Pixel::DefaultConvertible< C >::is = std::numeric_limits<C>::is_specialized [static] |
Definition at line 307 of file convert_pixel_types.h.