Searched refs:img_view (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/gil/test/legacy/ |
D | image.cpp | 53 void gray_image_hist(GrayView const& img_view, R& hist) in gray_image_hist() argument 55 for (auto it = img_view.begin(); it != img_view.end(); ++it) in gray_image_hist() 65 void get_hist(const V& img_view, R& hist) { in get_hist() argument 66 gray_image_hist(color_converted_view<gray8_pixel_t>(img_view), hist); in get_hist() 172 void check_view(const View& img_view, const string& name) { in check_view() argument 173 rgb8_image_t rgb_img(img_view.dimensions()); in check_view() 174 copy_and_convert_pixels(img_view,view(rgb_img)); in check_view() 179 …template <typename View> void view_transformations_test(const View& img_view, const string& prefix… 180 …template <typename View> void homogeneous_view_transformations_test(const View& img_view, const st… 181 …template <typename View> void homogeneous_view_transformations_test(const View& img_view, const st… in homogeneous_view_transformations_test() argument [all …]
|
/third_party/boost/libs/gil/doc/html/_downloads/ |
D | histogram.cpp | 19 void gray_image_hist(GrayView const& img_view, R& hist) in gray_image_hist() argument 21 for (auto it = img_view.begin(); it != img_view.end(); ++it) in gray_image_hist() 31 void get_hist(const V& img_view, R& hist) { in get_hist() argument 32 gray_image_hist(color_converted_view<gray8_pixel_t>(img_view), hist); in get_hist()
|
/third_party/boost/libs/gil/example/ |
D | histogram.cpp | 19 void gray_image_hist(GrayView const& img_view, R& hist) in gray_image_hist() argument 21 for (auto it = img_view.begin(); it != img_view.end(); ++it) in gray_image_hist() 31 void get_hist(const V& img_view, R& hist) { in get_hist() argument 32 gray_image_hist(color_converted_view<gray8_pixel_t>(img_view), hist); in get_hist()
|
/third_party/boost/boost/gil/ |
D | image_view.hpp | 95 image_view(image_view const& img_view) in image_view() argument 96 : _dimensions(img_view.dimensions()), _pixels(img_view.pixels()) in image_view()
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | extending.rst.txt | 95 color_converted_view<gray8_pixel_t>(img_view,my_color_converter());
|
/third_party/boost/libs/gil/doc/design/ |
D | extending.rst | 95 color_converted_view<gray8_pixel_t>(img_view,my_color_converter());
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …pt:[6,7,9,10,12,28],imageviewtyp:6,imagin:19,img:[6,7,9,10,15,24,28,29],img_view:8,immut:[6,9,10,1… property
|