CVD::PixelByPixelConvertible< In, Out > Struct Template Reference
[Image loading and saving, and format conversion]

#include <image_convert.h>

List of all members.

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.

Definition at line 193 of file image_convert.h.


Member Data Documentation

template<class In , class Out >
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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


libcvd
Author(s): Edward Rosten, Paul Smith, Tom Drummond, Gerhard Reitmayr, Ethan Eade, Timothy Gan, Chris Kemp, Georg Klein
autogenerated on Fri Jan 11 09:13:52 2013