Boost GIL


image_type< T, L, IsPlanar, Alloc > Struct Template Reference

Returns the type of a homogeneous image given the channel type, layout, and whether it operates on planar data. More...

#include <metafunctions.hpp>

Public Types

using type = image<pixel<T, L>, IsPlanar, Alloc>
 

Detailed Description

template<typename T, typename L, bool IsPlanar = false, typename Alloc = std::allocator<unsigned char>>
struct boost::gil::image_type< T, L, IsPlanar, Alloc >

Returns the type of a homogeneous image given the channel type, layout, and whether it operates on planar data.


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