- 02 Nov, 2010 6 commits
-
-
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 6 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.
-
Guillaume Lazzara authored
* tests/img/pixels.pbm: New test image. * tests/Makefile.am (SUBDIRS): add primitive directory. * tests/primitive/Makefile.am, * tests/primitive/link/Makefile.am, * tests/primitive/link/merge_double_link.cc: New.
-
- 22 Oct, 2010 3 commits
-
-
Guillaume Lazzara authored
* scribo/binarization/local_threshold.hh, * scribo/binarization/sauvola_ms.hh: Invert threshold test. * src/text_in_picture.cc: Do not negate Sauvola's output anymore.
-
Roland Levillain authored
* tests/unit_test/cond_tests_tesseract_tiff: Add scribo/toolchain/text_in_doc.hh. * tests/unit_test/unit-tests.mk: Regen.
-
Roland Levillain authored
* src/text_in_picture.cc: Help the C++ compiler not to mix up scribo::primitive::link with unistd.h's link(2).
-
- 21 Oct, 2010 4 commits
-
-
Guillaume Lazzara authored
* scribo/primitive/link/compute.hh: Update doc. * scribo/primitive/link/internal/link_single_dmax_base.hh (start_point_): Remove useless overload. * scribo/primitive/link/with_single_left_link_dmax_ratio.hh: Remove useless template parameter. * scribo/text/merging.hh: Disable debug. * scribo/toolchain/nepomuk/text_extraction.hh: Enable denoising and reduce Sauvola's window size.
-
Guillaume Lazzara authored
* scribo/filter/object_links_bbox_overlap.hh, * scribo/filter/object_links_bbox_ratio.hh, * scribo/filter/object_links_non_aligned_simple.hh, * scribo/primitive/link/merge_double_link.hh: Ignore invalid links.
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
* scribo/core/component_set.hh, * scribo/core/line_set.hh, * scribo/core/object_links.hh, * scribo/debug/highlight_text_area.hh, * scribo/filter/object_groups_with_holes.hh, * scribo/filter/objects_with_holes.hh, * scribo/postprocessing/fill_object_holes.hh, * scribo/table/internal/align_lines.hh: Use value::next to replace evil casts.
-
- 11 Oct, 2010 1 commit
-
-
Guillaume Lazzara authored
* scribo/binarization/internal/first_pass_functor.hh, * scribo/binarization/sauvola_threshold_image.hh, * scribo/subsampling/integral_single_image.hh: Add mln:: prefix.
-
- 24 Aug, 2010 2 commits
-
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
-
- 13 Aug, 2010 1 commit
-
-
Guillaume Lazzara authored
-
- 12 Aug, 2010 2 commits
-
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
* scribo/preprocessing/rotate_90.hh (out_next_offset, out_next_p_offset): Fix a wrong type leading to overflows. (output): Add an assertion checking its validity.
-
- 11 Aug, 2010 2 commits
-
-
Guillaume Lazzara authored
* scribo/binarization/internal/first_pass_functor.hh, * scribo/binarization/sauvola_ms.hh, * scribo/binarization/sauvola_threshold_image.hh, * scribo/binarization/sauvola_threshold_image_debug.hh, * scribo/postprocessing/fill_object_holes.hh, * scribo/preprocessing/deskew.hh, * scribo/primitive/extract/lines_pattern.hh, * scribo/subsampling/bilinear.hh, * scribo/subsampling/integral_single_image.hh, * scribo/text/clean_inplace.hh, * src/debug/show_links_several_right_overlap.cc, * src/debug/show_links_single_down.cc, * src/debug/show_links_single_down_left_aligned.cc, * src/debug/show_links_single_down_right_aligned.cc, * src/debug/show_links_single_left.cc, * src/debug/show_links_single_right.cc, * src/debug/show_links_single_up.cc, * src/debug/show_links_single_up_left_aligned.cc, * src/debug/show_links_single_up_right_aligned.cc: explicitly convert to a specific type when necessary.
-
Guillaume Lazzara authored
* headers.mk, * tests/unit_test/unit-tests.mk: Regen.
-
- 10 Aug, 2010 2 commits
-
-
Guillaume Lazzara authored
* README, * src/README: Add few details about the content.
-
Guillaume Lazzara authored
* Makefile.am, * tests/unit_test/Makefile.am: Fix path of generated header list. * src/text_in_picture.cc, * src/text_recognition_in_picture.cc, * tests/filter/objects_with_holes.cc, * tests/filter/small_and_large_bboxes.cc, * tests/preprocessing/crop.cc, * tests/preprocessing/crop_without_localization.cc, * tests/preprocessing/deskew.cc, * tests/preprocessing/rotate_90.cc, * tests/table/extract_lines_with_rank.cc, * tests/table/repair_lines.cc, * tests/toolchain/nepomuk/text_extraction.cc: Fix path to data.hh. * demo/demat/demat.pro, * demo/wizard/wizard.pro, * scribo.mk, * tests/tests.mk: Set correct path to Scribo includes. * headers.mk, * tests/unit_test/unit-tests.mk: Regen.
-