27 #include <mln/core/image/image2d.hh>
28 #include <mln/core/image/imorph/interpolated.hh>
30 #include <mln/algebra/vec.hh>
32 #include <mln/data/fill.hh>
34 #include <mln/debug/println.hh>
36 #include <mln/fun/x2v/bilinear.hh>
44 float tab[] = {1., 3., 5., 7.,
52 algebra::vec<2, float> v1 =
make::vec(2.3, 0.6);
53 algebra::vec<2, float> v2 =
make::vec(3.2, 1.8);
57 std::cout << v1 <<
" : " << inter(v1) << std::endl;
58 std::cout << v2 <<
" : " << inter(v2) << std::endl;