- 02 Nov, 2010 1 commit
-
-
* configure.ac: Remove tags `<<lrde' and `dnl>>' around Scribo-related bits. * Makefile.am: Likewise. (LRDE_NODIST_FILES): Remove $(distdir)/scribo.
-
- 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 11 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
-
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
-
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
-
Guillaume Lazzara authored
* configure.ac: Call OLN_WITH_TESSERACT macro. * m4/oln-with-lib.m4: Define a new macro OLN_WITH_TESSERACT.
-
- 25 Oct, 2010 9 commits
-
-
Guillaume Lazzara authored
-
Guillaume Lazzara authored
-
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
-
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 16 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
-
Roland Levillain authored
* configure.ac: Here. Protect a test from a variable expanding to an empty string.
-
Roland Levillain authored
* m4/autotroll.m4 (AT_WITH_QT): Always come back to the top-level directory upon failure.
-
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
* configure.ac: Here.
-
Roland Levillain authored
* tests/labeling/Makefile.am (check_PROGRAMS): Remove colorize. (colorize_SOURCES): Disable.
-
Roland Levillain authored
* tests/value/builtin/floatings.cc: New. * tests/value/builtin/Makefile.am (check_PROGRAMS): Add floatings. (floatings_SOURCES): New.
-
Roland Levillain authored
* mln/value/ops.hh (mln_trait_value_sum_product_) (mln_sum_product_): New macros.
-
Roland Levillain authored
* mln/algebra/vec.hh (mln::algebra::vec<n,T>::normalize): Use mln_sum_product(T,T) instead of the hard-coded type `float' as return value of mln::norm::l2.
-
Roland Levillain authored
-
Roland Levillain authored
* mln/fun/x2x/rotation.hh (fun::x2x::internal::get_rot_h_mat(const C, const algebra::vec<n,C>&)): Use std::abort instead of a precondition to stop the execution, since preconditions can be skipped by defining NDEBUG.
-
Roland Levillain authored
* tests/fun/x2x/composed.cc: Fix the initialization of the axis vector.
-
Roland Levillain authored
* mln/fun/x2x/rotation.hh (fun::x2x::internal::get_rot_h_mat(const C, const algebra::vec<3,C>&)): Fix the definition of the (2,1) coefficient.
-
Roland Levillain authored
* m4/oln-with-lib.m4 (_OLN_WITH_LIB_SHARED_IMPL): New macro. Use it to factor... (_OLN_WITH_LIB, _OLN_WITH_LIB_PKG_CONFIG): ...these.
-
Roland Levillain authored
-