boost::gil::nth_channel_view_type

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

Synopsis

template<typename View>
struct nth_channel_view_type;

Description

If the channels in the source view are adjacent in memory (such as planar non‐step view or single‐channel view) then the return view is a single‐channel non‐step view. If the channels are non‐adjacent (interleaved and/or step view) then the return view is a single‐channel step view.

Type Aliases

Name

type

Static Member Functions

Name

make

Specializations

Name

Description

nth_channel_view_type<any_image_view<Views...>>

Given a runtime source image view, returns the type of a runtime image view over a single channel of the source view

Created with MrDocs