TuttleOFX  1
tuttle::plugin::imageStatistics::ComputeOutputParams< View, CType > Struct Template Reference

Public Types

typedef View::value_type Pixel
typedef
boost::gil::color_space_type
< View >::type 
Colorspace
typedef boost::gil::pixel
< typename
boost::gil::channel_type< View >
::type, boost::gil::layout
< boost::gil::gray_t > > 
PixelGray
typedef boost::gil::pixel
< CType, boost::gil::layout
< Colorspace > > 
CPixel
typedef OutputParams< CPixelOutput

Public Member Functions

Output operator() (const View &image, ImageStatisticsPlugin &plugin)

Detailed Description

template<class View, typename CType = boost::gil::bits64f>
struct tuttle::plugin::imageStatistics::ComputeOutputParams< View, CType >

Definition at line 198 of file ImageStatisticsProcess.tcc.


Member Typedef Documentation

template<class View , typename CType = boost::gil::bits64f>
typedef boost::gil::color_space_type<View>::type tuttle::plugin::imageStatistics::ComputeOutputParams< View, CType >::Colorspace

Definition at line 202 of file ImageStatisticsProcess.tcc.

template<class View , typename CType = boost::gil::bits64f>
typedef boost::gil::pixel<CType, boost::gil::layout<Colorspace> > tuttle::plugin::imageStatistics::ComputeOutputParams< View, CType >::CPixel

Definition at line 204 of file ImageStatisticsProcess.tcc.

template<class View , typename CType = boost::gil::bits64f>
typedef OutputParams<CPixel> tuttle::plugin::imageStatistics::ComputeOutputParams< View, CType >::Output

Definition at line 206 of file ImageStatisticsProcess.tcc.

template<class View , typename CType = boost::gil::bits64f>
typedef View::value_type tuttle::plugin::imageStatistics::ComputeOutputParams< View, CType >::Pixel

Definition at line 201 of file ImageStatisticsProcess.tcc.

template<class View , typename CType = boost::gil::bits64f>
typedef boost::gil::pixel<typename boost::gil::channel_type<View>::type, boost::gil::layout<boost::gil::gray_t> > tuttle::plugin::imageStatistics::ComputeOutputParams< View, CType >::PixelGray

Definition at line 203 of file ImageStatisticsProcess.tcc.


Member Function Documentation

template<class View , typename CType = boost::gil::bits64f>
Output tuttle::plugin::imageStatistics::ComputeOutputParams< View, CType >::operator() ( const View &  image,
ImageStatisticsPlugin plugin 
) [inline]

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