
--- scribo/ChangeLog | 4 ++++ scribo/src/text_in_picture.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index 446604a..a3d6325 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,5 +1,9 @@ 2013-04-25 Guillaume Lazzara <z@lrde.epita.fr> + * src/text_in_picture.cc: Add more descriptions in usage. + +2013-04-25 Guillaume Lazzara <z@lrde.epita.fr> + Rename fun::i2v, fun::stat and fun::v2i to fun::v2v. * scribo/postprocessing/fill_object_holes.hh, diff --git a/scribo/src/text_in_picture.cc b/scribo/src/text_in_picture.cc index 64e1462..9e28b3a 100644 --- a/scribo/src/text_in_picture.cc +++ b/scribo/src/text_in_picture.cc @@ -58,7 +58,7 @@ static const scribo::debug::opt_data opt_desc[] = { "debug-prefix", "Enable debug image outputs. Prefix image name with that " "given prefix.", "<prefix>", 0, 1, 0 }, { "max-dim-size", "Set the maximum size of the largest image dimension.", "<size>", 0, 1, "1024" }, - { "lambda", "Set the maximum area of the background objects. It is only useful if fg-extraction is enabled.", "<size>", + { "lambda", "Set the maximum area of the background objects. It is only useful if fg-extraction is enabled. By default it is automatically adjusted.", "<size>", 0, 1, "0" }, { "verbose", "Enable verbose mode", 0, 0, 0, 0 }, {0, 0, 0, 0, 0, 0} -- 1.7.2.5