27 # include <mln/core/image/image2d.hh>
28 # include <mln/geom/rotate.hh>
29 # include <mln/make/image.hh>
30 # include <mln/data/compare.hh>
36 bool ref_values[][5] = { { 0, 0, 0, 0, 0 },
43 bool values[][5] = { { 0, 0, 1, 0, 0 },
55 mln_assertion(ima_rot == ref);
57 ima_rot =
geom::rotate(ima_rot, - 45,
false, ima.domain());
59 mln_assertion(ima_rot == ima);