
https://svn.lrde.epita.fr/svn/oln/trunk/milena/sandbox Index: ChangeLog from Thierry Geraud <thierry.geraud@lrde.epita.fr> Rename ICDAR-HSC 'input to lines' source. * icdar/2009/hsc/main.cc: Rename as... * icdar/2009/hsc/input_to_lines.cc: ...this. (usage): Fix text. input_to_lines.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: icdar/2009/hsc/input_to_lines.cc --- icdar/2009/hsc/input_to_lines.cc (revision 3607) +++ icdar/2009/hsc/input_to_lines.cc (working copy) @@ -267,7 +267,7 @@ std::cerr << "usage: " << argv[0] << " input.pbm output.pgm" << std::endl << " HSC @ ICDAR'2009" << std::endl << " input.pbm: input 2D binary image (text is black; background is white)" << std::endl - << " output.dump: output image where line components are labeled (int_u8)" << std::endl + << " output.pgm: output image where line components are labeled (int_u8)" << std::endl << " 0 is the background label." << std::endl; std::abort(); }