26 # include <mln/core/image/image2d.hh>
27 # include <mln/geom/vertical_symmetry.hh>
28 # include <mln/make/image.hh>
29 # include <mln/data/compare.hh>
36 unsigned ref_values[][5] = { { 5, 4, 3, 2, 1 },
39 unsigned values[][5] = { { 1, 2, 3, 4, 5 },
46 mln_assertion(geom::impl::vertical_symmetry_fastest(ima) == ref);
47 mln_assertion(geom::impl::generic::vertical_symmetry(ima) == ref);