Home
last modified time | relevance | path

Searched refs:gray_image_hist (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/gil/doc/html/_downloads/
Dhistogram.cpp19 void gray_image_hist(GrayView const& img_view, R& hist) in gray_image_hist() function
32 gray_image_hist(color_converted_view<gray8_pixel_t>(img_view), hist); in get_hist()
/third_party/boost/libs/gil/example/
Dhistogram.cpp19 void gray_image_hist(GrayView const& img_view, R& hist) in gray_image_hist() function
32 gray_image_hist(color_converted_view<gray8_pixel_t>(img_view), hist); in get_hist()
/third_party/boost/libs/gil/test/legacy/
Dimage.cpp53 void gray_image_hist(GrayView const& img_view, R& hist) in gray_image_hist() function
66 gray_image_hist(color_converted_view<gray8_pixel_t>(img_view), hist); in get_hist()