boost::gil::view_type

Returns the type of a homogeneous view given the channel type, layout, whether it operates on planar data and whether it has a step horizontally

Synopsis

template<
    typename T,
    typename L,
    bool IsPlanar = false,
    bool IsStepX = false,
    bool IsMutable = true>
struct view_type;

Type Aliases

Name

type

Created with MrDocs