26 #include <mln/core/image/image2d.hh>
27 #include <mln/data/compare.hh>
28 #include <mln/world/binary_2d/enlarge.hh>
29 #include <mln/make/image.hh>
30 #include <mln/value/int_u8.hh>
32 #include "tests/data.hh"
39 bool vals_b[][4] = { { 0, 0, 0, 1 },
57 mln_assertion(ref == input_2x);
61 bool vals[][2] = { { 0, 1 },
69 mln_assertion(ref == input_2x);