Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

single-channel (grayscale) view of the K-th channel of a given image_view. More...

Collaboration diagram for kth_channel_view:

Classes

struct  boost::gil::kth_channel_view_type< K, View >
 Given a source image view type View, returns the type of an image view over a given channel of View. More...
 

Functions

template<int K, typename View >
kth_channel_view_type< K, View >
::type 
boost::gil::kth_channel_view (const View &src)
 

Detailed Description

single-channel (grayscale) view of the K-th channel of a given image_view.

The channel index is a template parameter

Function Documentation

template<int K, typename View >
kth_channel_view_type<K,View>::type boost::gil::kth_channel_view ( const View &  src)