boost::gil::planar_view_get_raw_data
Returns C pointer to the the channels of a given color plane of a planar homogeneous view.
Synopsis
template<typename HomogeneousView>
detail::channel_pointer_type<HomogeneousView>::type
planar_view_get_raw_data(
HomogeneousView const& view,
int plane_index);
Return Value
C pointer to the the channels of a given color plane of a planar homogeneous view.
Created with MrDocs