Boost GIL


Public Types | Public Member Functions | List of all members
channel_converter< SrcChannelV, DstChannelV > Struct Template Reference

A unary function object converting between channel types. More...

#include <channel_algorithm.hpp>

Public Types

using argument_type = SrcChannelV
 
using result_type = DstChannelV
 

Public Member Functions

DstChannelV operator() (const SrcChannelV &src) const
 

Detailed Description

template<typename SrcChannelV, typename DstChannelV>
struct boost::gil::channel_converter< SrcChannelV, DstChannelV >

A unary function object converting between channel types.


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