- 18 Nov, 2010 5 commits
-
-
Guillaume Lazzara authored
* scribo/binarization/internal/compute_sauvola_threshold.hh: New. Move sauvola_threshold related routines here. * scribo/binarization/internal/first_pass_functor.hh, * scribo/binarization/sauvola.hh, * scribo/binarization/sauvola_ms.hh, * scribo/binarization/sauvola_threshold_image.hh: Move debug variables... * scribo/binarization/internal/sauvola_debug.hh: ... here. New. * scribo/binarization/sauvola_threshold_image_debug.hh: Remove. * src/binarization/Makefile.am, * src/binarization/sauvola_debug.cc, * src/binarization/sauvola_ms_debug.cc: Improve debug outputs. * src/binarization/pgm_sauvola_threshold_image.cc: New.
-
Guillaume Lazzara authored
* scribo/binarization/internal/compute_sauvola_threshold.hh: New. Move sauvola_threshold related routines here. * scribo/binarization/internal/first_pass_functor.hh, * scribo/binarization/sauvola.hh, * scribo/binarization/sauvola_ms.hh, * scribo/binarization/sauvola_threshold_image.hh: Move debug variables... * scribo/binarization/internal/sauvola_debug.hh: ... here. New. * scribo/binarization/sauvola_threshold_image_debug.hh: Remove. * src/binarization/Makefile.am, * src/binarization/sauvola_debug.cc, * src/binarization/sauvola_ms_debug.cc: Improve debug outputs.
-
Guillaume Lazzara authored
-
* demo/viewer/browser_widget.cc: prev/next binded to Ctrl+Left/Right.
-
* demo/viewer/browser_widget.cc: Change arrows icon. * demo/viewer/help_dialog.cc: Add more informations. * demo/viewer/key_widget.cc, * demo/viewer/key_widget.hh: Add setAll(bool). * demo/viewer/viewer.cc, * demo/viewer/viewer.hh: Add shortcuts.
-
- 02 Nov, 2010 19 commits
-
-
* scribo/demo/viewer/key_widget.cc * scribo/demo/viewer/viewer.cc
-
* demo/viewer/viewer.cc: Clean vectors when load new picture.
-
* scribo/sandbox/arthur/xml_transform/README * scribo/sandbox/arthur/xml_transform/image_crop.cc: Delete verbose mode. * scribo/sandbox/arthur/xml_transform/main.cc: Small fix.
-
* scribo/demo/viewer/README, * scribo/demo/viewer/browser_widget.cc, * scribo/demo/viewer/browser_widget.hh, * scribo/demo/viewer/common.hh, * scribo/demo/viewer/help_dialog.cc, * scribo/demo/viewer/help_dialog.hh, * scribo/demo/viewer/image_region.cc, * scribo/demo/viewer/image_region.hh, * scribo/demo/viewer/image_scene.cc, * scribo/demo/viewer/image_scene.hh, * scribo/demo/viewer/image_view.cc, * scribo/demo/viewer/image_view.hh, * scribo/demo/viewer/image_widget.cc, * scribo/demo/viewer/image_widget.hh, * scribo/demo/viewer/key_widget.cc, * scribo/demo/viewer/key_widget.hh, * scribo/demo/viewer/main.cc, * scribo/demo/viewer/viewer.cc, * scribo/demo/viewer/viewer.hh, * scribo/demo/viewer/viewer.hxx, * scribo/demo/viewer/xml_widget.cc: Change header (add LRDE copyright) * scribo/demo/viewer/xml_widget.hh: Hide data in base 64 to improve loading speed.
-
* scribo/demo/viewer/viewer.cc
-
* demo/viewer/property_widget.cc, * demo/viewer/property_widget.hh, * demo/viewer/domitem.cc, * demo/viewer/domitem.hh, * demo/viewer/dommodel.cc, * demo/viewer/dommodel.hh: Delete. * demo/viewer/Makefile.am * demo/viewer/browser_widget.cc: Fix, xmlc extension instead of xmle. * demo/viewer/key_widget.cc, * demo/viewer/step_widget.cc, * demo/viewer/step_widget.hh, * demo/viewer/image_scene.cc, * demo/viewer/image_scene.hh, * demo/viewer/help_dialog.cc, * demo/viewer/image_region.cc, * demo/viewer/image_region.hh, * demo/viewer/image_region.hxx: Small changes. * demo/viewer/viewer.cc, * demo/viewer/viewer.hh: Add base 64 cropped pictures support, text viewer and change XML parsing. * demo/viewer/xml_widget.cc, * demo/viewer/xml_widget.hh: Change widget, tree and attributes are together.
-
* scribo/demo/viewer/step_widget.cc * scribo/demo/viewer/step_widget.hh * scribo/demo/viewer/browser_widget.cc, * scribo/demo/viewer/browser_widget.hh: Add .xmlc extension. * scribo/demo/viewer/image_scene.cc * scribo/demo/viewer/viewer.cc, * scribo/demo/viewer/viewer.hh: base 64 loading.
-
* demo/viewer/browser_widget.cc, * demo/viewer/browser_widget.hh: Add arrows to change image and keep XML step. * demo/viewer/key_widget.cc, * demo/viewer/key_widget.hh: Change ListWidget to TreeWidget, Items can be disabled/enabled in groups. * demo/viewer/step_widget.cc, * demo/viewer/step_widget.hh: Small changes to keep the step when next/prev. picture is chosen. * demo/viewer/viewer.cc, * demo/viewer/xml_widget.cc: Layout adjustement.
-
* scribo/ChangeLog: Move 2010-07-08 entry in... * scribo/sandbox/ChangeLog:...this.
-
* sandbox/arthur/xml_to_html/xml_to_html.hh, * sandbox/arthur/xml_to_html/xml_to_html.cc, * sandbox/arthur/xml_to_html/xml_to_html.pro: Remove. * sandbox/arthur/xml_to_html/README, * sandbox/arthur/xml_to_html/main.cc, * sandbox/arthur/xml_to_html/domitem.cc, * sandbox/arthur/xml_to_html/domitem.hh, * sandbox/arthur/xml_to_html/dommodel.cc, * sandbox/arthur/xml_to_html/dommodel.hh: Move to... * sandbox/arthur/xml_transform/README, * sandbox/arthur/xml_transform/main.cc, * sandbox/arthur/xml_transform/domitem.cc, * sandbox/arthur/xml_transform/domitem.hh, * sandbox/arthur/xml_transform/dommodel.cc, * sandbox/arthur/xml_transform/dommodel.hh: ...this. * sandbox/arthur/xml_to_html/patterns/css.css, * sandbox/arthur/xml_to_html/patterns/xsl.xsl: Move to... * sandbox/arthur/xml_transform/templates/html/css.css, * sandbox/arthur/xml_transform/templates/html/xsl.xsl: ...this. * sandbox/arthur/xml_transform/image_crop.cc, * sandbox/arthur/xml_transform/loader.cc: New. * sandbox/arthur/xml_transform/templates/html/html_generator.sh, * sandbox/arthur/xml_transform/templates/pdf/line.xsl, * sandbox/arthur/xml_transform/templates/pdf/main.xsl, * sandbox/arthur/xml_transform/templates/pdf/main_crop.xsl, * sandbox/arthur/xml_transform/templates/pdf/pdf_generator.sh, * sandbox/arthur/xml_transform/templates/pdf/regions.xsl, * sandbox/arthur/xml_transform/xml_transform.pro: New.
-
* scribo/demo/viewer/viewer.cc, * scribo/demo/viewer/image_region.hxx: Disable item click if unchecked in item list. * scribo/demo/viewer/key_widget.cc, * scribo/demo/viewer/key_widget.hh: Add KeyWidget::checkAll.
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
* src/Makefile.am: Add new rules to generate scribo-cli. * src/scribo-cli.in: New.
-
Guillaume Lazzara authored
* demo/viewer/Makefile.am: Do not install includes. * scribo.mk (utilexecdir): New variable. * src/Makefile.am, * src/binarization/Makefile.am: Install usefull binaries in utilexecdir. * src/contest/hdibco-2010/Makefile.am, * src/debug/Makefile.am, * src/filter/Makefile.am, * src/misc/Makefile.am, * src/postprocessing/Makefile.am, * src/preprocessing/Makefile.am, * src/primitive/extract/Makefile.am, * src/primitive/find/Makefile.am, * src/primitive/group/Makefile.am, * src/table/Makefile.am, * src/text/Makefile.am: Do not install theses binaries.
-
Guillaume Lazzara authored
* demo/review/Makefile.am: Make use of autotroll. * demo/review/src/mainwindow.cc: Remove useless includes. * demo/review/src/mainwindow.hh: Update include. * demo/review/review.pro: Remove since useless.
-
Guillaume Lazzara authored
* Makefile.am: Update call to generate_dist_headers.sh. * headers.mk: Regen.
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
* src/Makefile.am, * tests/Makefile.am (SUBDIRS): Add table. * src/table/Makefile.am, * tests/table/Makefile.am: Disable tests.
-
- 28 Oct, 2010 3 commits
-
-
Guillaume Lazzara authored
* scribo/binarization/global_threshold.hh: Add a fixme. * scribo/binarization/global_threshold_auto.hh: Make the result consistent with other binarization methods. * scribo/preprocessing/deskew.hh: Use mln_min(V) as background value anymore. * src/preprocessing/preprocess.cc: Do not negate anymore. Don't pass const nlabel value.
-
Guillaume Lazzara authored
* tests/filter/Makefile.am: Add targets. * tests/filter/components_large.cc, * tests/filter/components_small.cc: New. * tests/filter/small_and_large_bboxes.cc: Remove. Depracted.
-
Guillaume Lazzara authored
* scribo/filter/objects_large.hh: Add an overload. * scribo/filter/objects_small.hh: Fix undefined variable. * scribo/fun/v2b/objects_large_filter.hh, * scribo/fun/v2b/objects_small_filter.hh: Correctly count the non filtered object.
-
- 26 Oct, 2010 8 commits
-
-
Guillaume Lazzara authored
* scribo/filter/objects_h_thick.hh, * scribo/filter/objects_h_thin.hh, * scribo/filter/objects_size_ratio.hh, * scribo/filter/objects_small.hh, * scribo/filter/objects_thick.hh, * scribo/filter/objects_thin.hh, * scribo/filter/objects_v_thick.hh, * scribo/filter/objects_v_thin.hh: Here. * scribo/fun/v2b/objects_large_filter.hh, * scribo/fun/v2b/objects_small_filter.hh: Here. Count the non filtered objects.
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
* src/binarization/Makefile.am: Rename targets. * src/binarization/fg_sauvola_ms.cc, * src/binarization/ppm_fg_sauvola_ms.cc: Rename as... * src/binarization/ppm_sauvola_ms_fg.cc, * src/binarization/sauvola_ms_fg.cc: ...this.
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
* scribo/toolchain/text_in_doc_preprocess.hh: New. * src/text_in_doc_preprocess.cc: Make use of this new toolchain.
-
Guillaume Lazzara authored
* scribo/binarization/sauvola_ms.hh, * scribo/binarization/sauvola_threshold_image.hh, * scribo/preprocessing/deskew.hh, * scribo/subsampling/integral_single_image.hh: Add mln:: prefix.
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
* scribo/text/recognition.hh: Use the correct code depending on Tesseract version. * scribo/toolchain/nepomuk/text_extraction.hh: Add few comments about how to handle Tesseract versions. * src/Makefile.am, * src/text/Makefile.am, * src/toolchain/nepomuk/Makefile.am, * tests/toolchain/nepomuk/Makefile.am: Add path to config.h. * src/pbm_text_in_doc.cc, * src/text/pbm_lines_recognition.cc, * src/text/pbm_recognition.cc, * src/text_recognition_in_picture.cc, * src/toolchain/nepomuk/text_extraction.cc, * tests/toolchain/nepomuk/text_extraction.cc: Include config.h
-
- 25 Oct, 2010 5 commits
-
-
Guillaume Lazzara authored
* scribo/debug/usage.hh, * scribo/text/recognition.hh: Remove useless comments.
-
Guillaume Lazzara authored
* src/Makefile.am: Add toolchain subdir. * src/toolchain/Makefile.am, * src/toolchain/nepomuk/Makefile.am, * src/toolchain/nepomuk/text_extraction.cc: New.
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
* tests/binarization/global_threshold.cc, * tests/binarization/local_threshold.cc, * tests/primitive/link/merge_double_link.cc: Fix tests. * tests/core/Makefile.am: Add a new test. * tests/core/line_info.cc: New. * tests/filter/small_and_large_bboxes.cc: Remove useless arguments. * tests/img/pixels.pbm: Update.
-
Guillaume Lazzara authored
* scribo/core/line_info.hh: Fix invalid extended bboxes. * src/text_in_doc_preprocess.cc: Do not invert data anymore. * tests/filter/objects_with_holes.cc: Remove useless arguments.
-