Home
last modified time | relevance | path

Searched refs:kth_channel_view (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/gil/test/extension/toolbox/
Dchannel_view.cpp32 kth_channel_view_t const kth0 = gil::kth_channel_view<0>(gil::const_view(img)); in test_channel_view()
/third_party/boost/boost/gil/
Dimage_view_factory.hpp552 typename kth_channel_view_type<K,View>::type kth_channel_view(const View& src) { in kth_channel_view() function
/third_party/boost/boost/gil/extension/io/tiff/detail/
Dread.hpp64 plane_t plane = kth_channel_view<K>( dst_view ); in read_plane()
/third_party/boost/libs/gil/test/legacy/
Dimage.cpp275 check_view(kth_channel_view<0>(img_view),prefix+"0th_k_channel"); in view_transformations_test()