boost::gil::interleaved_view_get_raw_data
Returns C pointer to the the channels of an interleaved homogeneous view.
Synopsis
template<typename HomogeneousView>
detail::channel_pointer_type<HomogeneousView>::type
interleaved_view_get_raw_data(HomogeneousView const& view);
Return Value
C pointer to the the channels of an interleaved homogeneous view.
Created with MrDocs