
* apps/statues/mesh-complex-max-curv-segm.cc, * apps/statues/mesh-complex-segm.cc, * tests/morpho/artificial_line_graph_image_wst.cc, * tests/morpho/lena_line_graph_image_wst2.cc: Here. --- milena/ChangeLog | 10 ++++++++++ milena/apps/statues/mesh-complex-max-curv-segm.cc | 2 +- milena/apps/statues/mesh-complex-segm.cc | 2 +- .../morpho/artificial_line_graph_image_wst.cc | 2 +- milena/tests/morpho/lena_line_graph_image_wst2.cc | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 910aac6..f23692c 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,15 @@ 2009-04-06 Roland Levillain <roland@lrde.epita.fr> + Typos in comments. + + * apps/statues/mesh-complex-max-curv-segm.cc, + * apps/statues/mesh-complex-segm.cc, + * tests/morpho/artificial_line_graph_image_wst.cc, + * tests/morpho/lena_line_graph_image_wst2.cc: + Here. + +2009-04-06 Roland Levillain <roland@lrde.epita.fr> + Exercise apps/statues/mesh-complex-skel. * apps/statues/test-mesh-complex-skel.in: New test. diff --git a/milena/apps/statues/mesh-complex-max-curv-segm.cc b/milena/apps/statues/mesh-complex-max-curv-segm.cc index e52d990..37d4fbb 100644 --- a/milena/apps/statues/mesh-complex-max-curv-segm.cc +++ b/milena/apps/statues/mesh-complex-max-curv-segm.cc @@ -125,7 +125,7 @@ int main(int argc, char* argv[]) | Simplification. | `-----------------*/ - /// Adjancent edges are connected by shared polygons. + /// Adjacent edges are connected by shared polygons. typedef mln::complex_higher_dim_connected_n_face_neighborhood<D, G> adj_edges_nbh_t; diff --git a/milena/apps/statues/mesh-complex-segm.cc b/milena/apps/statues/mesh-complex-segm.cc index b67d7f6..ab049fc 100644 --- a/milena/apps/statues/mesh-complex-segm.cc +++ b/milena/apps/statues/mesh-complex-segm.cc @@ -100,7 +100,7 @@ int main(int argc, char* argv[]) | Simplification. | `-----------------*/ - /// Adjancent edges are connected by shared polygons. + /// Adjacent edges are connected by shared polygons. typedef mln::complex_higher_dim_connected_n_face_neighborhood<D, G> adj_edges_nbh_t; diff --git a/milena/tests/morpho/artificial_line_graph_image_wst.cc b/milena/tests/morpho/artificial_line_graph_image_wst.cc index cf25180..65a31e6 100644 --- a/milena/tests/morpho/artificial_line_graph_image_wst.cc +++ b/milena/tests/morpho/artificial_line_graph_image_wst.cc @@ -39,7 +39,7 @@ \li create an artificial (checkboard) 2-D image ; \li convert this 2-D image into a line graph-based one, where values on edges are computed as the absolute value of the difference - between the values on the vertices adjacent to the edge, so as to + between the values on the vertices adjacent to the edge, so as to create a (norm of the) gradient ``between the pixels'' of the input image; \li perform a WST on this line graph image; diff --git a/milena/tests/morpho/lena_line_graph_image_wst2.cc b/milena/tests/morpho/lena_line_graph_image_wst2.cc index a7121ba..6922a83 100644 --- a/milena/tests/morpho/lena_line_graph_image_wst2.cc +++ b/milena/tests/morpho/lena_line_graph_image_wst2.cc @@ -39,7 +39,7 @@ \li load a 2-D, gray-level image from a PGM file; \li convert this 2-D image into a line graph-based one, where values on edges are computed as the absolute value of the difference - between the values on the vertices adjacent to the edge, so as to + between the values on the vertices adjacent to the edge, so as to create a (norm of the) gradient ``between the pixels'' of the input image; \li reduce the number of minima using an area opening (counting the -- 1.6.1.2
participants (1)
-
Roland Levillain