26 # include <mln/core/image/image2d.hh>
27 # include <mln/geom/horizontal_symmetry.hh>
28 # include <mln/make/image.hh>
29 # include <mln/data/compare.hh>
35 unsigned ref_values[][5] = { { 11, 12, 13, 14, 15 },
39 unsigned values[][5] = { { 1, 2, 3, 4, 5 },
41 { 11, 12, 13, 14, 15 } };
47 mln_assertion(geom::impl::horizontal_symmetry_fastest(ima) == ref);