Home
last modified time | relevance | path

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

/third_party/boost/libs/gil/doc/html/_downloads/
Dx_gradient.cpp41 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/
Dx_gradient.cpp41 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/
Dgradient.rst634 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/
Dgradient.rst.txt634 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));