boost::gil::channel_view_type

Synopsis

template<
    typename Channel,
    typename View>
struct channel_view_type
    : kth_channel_view_type<channel_type_to_index<Channel, View>::value, View>

Base Classes

Name

Description

kth_channel_view_type<channel_type_to_index<Channel, View>::value, View>

Given a source image view type View, returns the type of an image view over a given channel of View.

Type Aliases

Name

parent_t

type

Static Member Functions

Name

make

Static Data Members

Name

index

Created with MrDocs