- 01 May, 2020 1 commit
-
-
Edwin Carlinet authored
scribo-cli: quote arguments, improve description See merge request !7
-
- 17 Apr, 2020 1 commit
-
-
Robert Sachunsky authored
-
- 31 Mar, 2020 2 commits
-
-
Edwin Carlinet authored
sauvola-ms: fix passing k parameter(s) See merge request olena/olena!4
-
- avoid using global (header) constants: always pass k functionally in internal routines - define macro constants for default k at all scales (original 0.2 / 0.3 / 0.5 scheme) - use these macro defaults in both API (header-defined defaults) and CLIs (unit-defined defaults) for all variants (sauvola-ms/-fg/-split/-debug) - in the CLIs, avoid setting the default via option parser (which would not be distinguishable from an override setting); instead, merely hint at the defaults in the description string, and also repair option priority (defaults < all-k < k2/k3/k4 override)
-
- 09 Mar, 2020 2 commits
-
-
Edwin Carlinet authored
simplify recipe for mln/version.hh See merge request olena/olena!6
-
Edwin Carlinet authored
scribo-cli: negate toggles and save format See merge request olena/olena!5
-
- 06 Mar, 2020 3 commits
-
-
-
Robert Sachunsky authored
-
Robert Sachunsky authored
- add `negate-input` / `negate-output` toggles from otsu to other algorithm CLIs too (but keep `negate` as synonym for `negate-output` in sauvola; and don't add `negate-input` where this would require negation on RGB) - use the versatile io::magick::save instead of just io::pbm::save - rename output argument to `output.*` to reflect versatility
-
- 18 Feb, 2020 2 commits
-
-
Edwin Carlinet authored
Fix compilation + doc switch. # Scribo compiles with GCC 9 Scribo in now compiling with GCC 9 with no error. # Doc configure switch Documentation build can be disabled with the switch: ``` ./configure --enable-doc=no ``` See merge request olena/olena!3
-
Edwin Carlinet authored
-
- 17 Feb, 2020 1 commit
-
-
Edwin Carlinet authored
* scribo/scribo/debug/logger.hh: Fixed
-
- 27 Sep, 2019 2 commits
-
-
Edwin Carlinet authored
boost detection: run GCC without linemarkers See merge request olena/olena!1
-
Edwin Carlinet authored
catch exceptions from Magick++: See merge request olena/olena!2
-
- 19 Sep, 2019 1 commit
-
-
Robert Schubert authored
-
- 18 Sep, 2019 1 commit
-
-
Robert Schubert authored
- convert warnings into messages on stderr - abort only on errors (with message)
-
- 08 Jul, 2014 5 commits
-
-
Roland Levillain authored
-
Roland Levillain authored
* NEWS, * README, * configure.ac, * milena/NEWS, * milena/doc/Doxyfile.in, * milena/doc/milena.qhcp, * scribo/NEWS, * scribo/doc/Doxyfile.in, * scribo/doc/scribo.qhcp, * swilena/NEWS: Update version number. * milena/doc/figures/extend-1.ppm, * milena/doc/figures/extend-2.ppm, * milena/doc/figures/extend-3.ppm, * milena/doc/figures/extend-4.ppm, * milena/doc/figures/extend-5.ppm, * milena/doc/figures/fill-1.ppm, * milena/doc/figures/fill-2.ppm, * milena/doc/figures/fill-imageif-cfun-1.ppm, * milena/doc/figures/fill-subdomain-1.pbm, * milena/doc/figures/fill-subdomain-2.ppm, * milena/doc/figures/fill-subdomain-3.ppm, * milena/doc/figures/fill-subdomain-4.ppm, * milena/doc/figures/ima2d-rot-1.ppm, * milena/doc/figures/ima2d-rot-2.ppm, * milena/doc/figures/ima_save.pbm, * milena/doc/figures/labeling-compute-1.pbm, * milena/doc/figures/labeling-compute-2.ppm, * milena/doc/figures/logical-not-1.pbm, * milena/doc/figures/logical-not-2.pbm, * milena/doc/figures/logical-not-3.pbm, * milena/doc/figures/tuto2_first_image-1.pbm, * milena/doc/figures/tuto3_colorize-1.pgm, * milena/doc/figures/tuto3_colorize-2.ppm, * milena/doc/figures/tuto3_rw_image-1.ppm, * milena/doc/figures/tuto3_rw_image-2.ppm, * milena/doc/figures/tuto3_rw_image-3.ppm, * milena/doc/figures/tuto4_genericity_and_algorithms-1.ppm, * milena/doc/figures/tuto4_genericity_and_algorithms-2.ppm, * milena/doc/figures/tuto4_genericity_and_algorithms-3.pbm, * milena/doc/figures/tuto4_genericity_and_algorithms-4.ppm, * milena/doc/figures/tuto4_genericity_and_algorithms-5.ppm, * milena/doc/figures/tuto4_genericity_and_algorithms-6.ppm, * milena/mln/version.hh: Regen.
-
Roland Levillain authored
* README, * doc/Doxyfile.in, * doc/mainpage.dox: Here.
-
Roland Levillain authored
* doc/Doxyfile.in, * doc/mainpage.dox: Here.
-
Roland Levillain authored
* doc/Doxyfile.in, * doc/mainpage.dox: Here.
-
- 03 Jul, 2014 7 commits
-
-
Roland Levillain authored
* doc/ref-guide.tex: Here.
-
Roland Levillain authored
-
Roland Levillain authored
* scribo/debug/logger.hh (scribo::debug::internal::logger_::log_image) [!SCRIBO_NDEBUG]: Avoid warnings about unused arguments in non-debug mode. * scribo/filter/objects_thick.hh (scribo::filter::objects_thick) * scribo/primitive/extract/cells.hh (scribo::primitive::extract::cells) * scribo/primitive/extract/lines_h_single.hh (scribo::primitive::extract::lines_h_single) * scribo/primitive/extract/lines_v_single.hh (scribo::primitive::extract::lines_v_single) * src/primitive/group/group_from_rag.cc (scribo::filter::graph_edges): Avoid warnings about unused arguments.
-
Roland Levillain authored
* configure.ac: Do not add `-Wno-unused-local-typedefs' to WARNINGS_CXXFLAGS if it is accepted by the compiler but produces a warning.
-
Roland Levillain authored
* tests/io/pdf/load.cc: Here.
-
Roland Levillain authored
* configure.ac: Use OLN_WITH_LIB instead of OLN_WITH_LIB_PKG_CONFIG to find the `poppler-cpp' package, as the latter incorrectly sets compile and link flags on OS X when using the MacPorts.
-
Roland Levillain authored
-
- 02 Jul, 2014 5 commits
-
-
Roland Levillain authored
* NEWS: Here.
-
Roland Levillain authored
* NEWS: Here.
-
Roland Levillain authored
* NEWS: New.
-
Roland Levillain authored
* NEWS: New.
-
Roland Levillain authored
-
- 01 Jul, 2014 2 commits
-
-
Roland Levillain authored
* build-aux/texi2dvi: Update from Subversion Texinfo.
-
Roland Levillain authored
-
- 30 Jun, 2014 5 commits
-
-
* Makefile.am: Install pixmaps and include debian/ in distribution. * debian/olena-bin.menu, * debian/olena.desktop: Rename as... * debian/olena.menu, * debian/olena-bin.desktop: ... this. Update to use scribo-viewer. * debian/olena-bin.install: Include pixmap in package. * debian/olena.1: Fix description. * debian/olena.xpm: New. * debian/rules: Set path to libexec. * debian/control: Update minimal version of debhelper. * debian/compat: Set to debhelper v7. * debian/source/lintian-overrides: Remove. Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-
Signed-off-by:
Roland Levillain <roland@lrde.epita.fr>
-