Home
last modified time | relevance | path

Searched defs:reduce_image_basic (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/gil/extension/dynamic_image/
Dreduce.hpp493 struct reduce_image_basic struct
495 using type = Img;
727 struct reduce_image_basic<any_type_get_dimensions,Img,true> struct
729 using type = gray8_image_t;
748 struct reduce_image_basic<any_type_get_num_channels,Img,true> struct
750 using color_space_t = typename Img::color_space_t::base;
751 … using type = typename image_type<uint8_t,typename reduce_color_space<color_space_t>::type>::type;