Searched refs:x_luminosity_gradient (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/gil/doc/html/_downloads/ |
D | x_gradient.cpp | 41 void x_luminosity_gradient(SrcView const& src, DstView const& dst) in x_luminosity_gradient() function 55 x_luminosity_gradient(const_view(img), view(img_out)); in main()
|
/third_party/boost/libs/gil/example/ |
D | x_gradient.cpp | 41 void x_luminosity_gradient(SrcView const& src, DstView const& dst) in x_luminosity_gradient() function 55 x_luminosity_gradient(const_view(img), view(img_out)); in main()
|
/third_party/boost/libs/gil/doc/tutorial/ |
D | gradient.rst | 634 void x_luminosity_gradient(SrcView const& src, DstView const& dst) 657 void x_luminosity_gradient(rgb32fc_view_t const& src, gray8s_view_t const& dst) 677 void x_luminosity_gradient(const SrcView& src, const DstView& dst) 717 void x_luminosity_gradient(SrcView const& src, DstView const& dst) 847 Lets make our ``x_luminosity_gradient`` algorithm take a variant image 869 void operator()(const SrcView& src) const { x_luminosity_gradient(src, _dst); } 872 The second step is to provide an overload of ``x_luminosity_gradient`` that 879 void x_luminosity_gradient(const any_image_view<SrcViews>& src, const DstView& dst) 908 x_luminosity_gradient(const_view(runtime_image), view(gradient));
|
/third_party/boost/libs/gil/doc/html/_sources/tutorial/ |
D | gradient.rst.txt | 634 void x_luminosity_gradient(SrcView const& src, DstView const& dst) 657 void x_luminosity_gradient(rgb32fc_view_t const& src, gray8s_view_t const& dst) 677 void x_luminosity_gradient(const SrcView& src, const DstView& dst) 717 void x_luminosity_gradient(SrcView const& src, DstView const& dst) 847 Lets make our ``x_luminosity_gradient`` algorithm take a variant image 869 void operator()(const SrcView& src) const { x_luminosity_gradient(src, _dst); } 872 The second step is to provide an overload of ``x_luminosity_gradient`` that 879 void x_luminosity_gradient(const any_image_view<SrcViews>& src, const DstView& dst) 908 x_luminosity_gradient(const_view(runtime_image), view(gradient));
|