https://svn.lrde.epita.fr/svn/oln/trunk/milena
Index: ChangeLog
from Alexandre Abraham <abraham(a)lrde.epita.fr>
Add comments and a max function.
* sandbox/abraham/morpho/basic_najman.hh:
(mln::morpho::basic_najman::max) New .
* sandbox/abraham/morpho/test_component_tree.cc: .
* sandbox/abraham/morpho/test_watershed.cc: .
basic_najman.hh | 2 +-
test_watershed.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: sandbox/abraham/morpho/basic_najman.hh
Index: sandbox/abraham/morpho/test_watershed.cc
--- sandbox/abraham/morpho/test_watershed.cc (revision 1891)
+++ sandbox/abraham/morpho/test_watershed.cc (working copy)
@@ -33,7 +33,7 @@
// #define TEST
// io::pgm::load(input, "./images/test_watershed.pgm");
- io::pgm::load(input, "./images/test_2.pgm");
+ io::pgm::load(input, "./images/test_3.pgm");
// io::pgm::load(input, "./images/lena_light.pgm");
// io::pgm::load(mverif, "./images/result_m_watershed.pgm");
// io::pgm::load(wverif, "./images/result_topo_watershed.pgm");