- 08 Jul, 2009 3 commits
-
-
Thierry Geraud authored
* filter/thick_objects.hh: Fix. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4258 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* mln/labeling/colorize.hh: make it deterministic whatever the compiler used. * mln/make/mat.hh: remove invalid overloads. * tests/labeling/colorize.cc: fix reference image. * tests/make/mat.cc: remove deprecated tests. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4257 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Edwin Carlinet authored
* labeling/compute_image.hh: Minor fixes. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4256 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 07 Jul, 2009 10 commits
-
-
Thierry Geraud authored
* mln/make/vertex_image.hh: Simplify a line. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4255 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* modules/icdar/lines.cc: New. * modules/icdar/input_to_words.cc: Rename as... * modules/icdar/words.cc: ...this. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4254 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4253 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Fabien Freling authored
* NEWS: Fix small typo error. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4252 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Edwin Carlinet authored
* labeling/compute_image.hh: New routines to computes accumulators on labels and output an image that contains the results of the accumulator. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4251 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Edwin Carlinet authored
* accu/stat/mean.hh: Add traits to mean accu. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4250 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4249 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* modules, * modules/icdar: New directories. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4248 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* mln/core/internal/neighb_niter_impl.hh (element): Return a cpy. * mln/make/h_mat.hh: Remove overloading; it is disambiguation for icc. * tests/make/h_mat.cc: Update. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4247 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* mln/accu/compute.hh, * mln/accu/transform.hh, * mln/accu/transform_diagonal.hh, * mln/accu/transform_directional.hh, * mln/accu/transform_line.hh, * mln/accu/transform_snake.hh, * mln/accu/transform_stop.hh, * mln/core/concept/meta_accumulator.hh, * mln/data/compute.hh, * mln/labeling/compute.hh, * mln/set/compute.hh, * mln/set/compute_with_weights.hh: use a helper to deduce the accumulator type from a meta accumulator. * mln/core/image/dmorph/extended.hh: define 'value'. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4246 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 06 Jul, 2009 7 commits
-
-
Guillaume Lazzara authored
* mln/core/image/dmorph/extension_fun.hh, * mln/core/image/dmorph/extension_ima.hh, * mln/core/image/dmorph/extension_val.hh: typedef 'value' in concrete classes. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4245 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* mln/core/concept/meta_accumulator.hh: introduce a helper to help icc resolving routine return types. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4244 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* mln/accu/compute.hh, * mln/accu/transform.hh, * mln/accu/transform_diagonal.hh, * mln/accu/transform_directional.hh, * mln/accu/transform_line.hh, * mln/accu/transform_snake.hh, * mln/accu/transform_stop.hh, * mln/data/compute.hh, * mln/labeling/compute.hh, * mln/set/compute.hh, * mln/set/compute_with_weights.hh: update. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4243 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* demos/graph/region_adjacency_graph.cc: do not draw the vertex associted to the background. * doc/Makefile.am: Add borders to documentation images. * doc/ref_guide/ref_guide.tex, * doc/tutorial/tutorial.tex: Fix typos. * mln/make/box2d.hh, * mln/estim/min_max.hh. * mln/accu/stat/min_max.hh, * mln/core/concept/image.hh, * mln/core/routine/exact.hh: Reheader. * mln/data/compute.hh: Update doc. * mln/transform/hough.hh: Fix an unused variable. * mln/world/inter_pixel/is_separator.hh: Fix indentation add doc. * mln/world/inter_pixel/separator_to_pixels.hh: move debug code between NDEBUG guards. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4242 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* INSTALL, * NEWS, * README: update. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4241 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4240 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* tests/core/other/var.cc: Does nothing if compiled with gcc 3.x. * tests/geom/rotate.cc, * tests/transform/hough.cc: Fix reference values. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4239 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 03 Jul, 2009 13 commits
-
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4238 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* mln/trait/value/internal/comp.hh, * mln/world/inter_pixel/separator_to_pixels.hh, * mln/core/image/imorph/tr_image.hh, * mln/geom/rotate.hh, * mln/fun/unary.hh, * mln/labeling/wrap.hh, * tests/world/inter_pixel/is_separator.cc, * tests/world/inter_pixel/is_pixel.cc, * tests/world/inter_pixel/immerse.cc: Help g++-3.3 to compile. * demos/genericity/neighborhood/input: New directory. * demos/genericity/neighborhood/output: New directory. * demos/genericity/neighborhood/world.pbm, * demos/genericity/neighborhood/drawing.pbm: Move... * demos/genericity/neighborhood/input/world.pbm, * demos/genericity/neighborhood/input/drawing.pbm: ...here. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4237 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4236 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4235 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* dalila/Makefile, * dalila/photo.cc, * dalila/plop.cc, * dalila/start.sh, * dalila/table.cc: Delete. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4234 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* src/extract_text_double_link.cc: Improve usage output and add new parameters to be passed as arguments. * src/recognition.cc: Add a new program argument. * text/clean.hh: Disable cleaning for now. * text/recognition.hh: may store the recognized text into a file. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4233 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4232 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4231 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* lazzara/afp/micro_films/Makefile: New. * lazzara/afp/micro_films/demat_mf_afp.sh: New script running various programs. * lazzara/afp/micro_films/keep_background.cc, * lazzara/afp/micro_films/extract_mf.cc, * lazzara/afp/micro_films/split_image.cc: new dedicated programs for microfilms data extraction. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4230 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* mln/core/image/dmorph/sub_image.hh: add missing 'const'. * mln/core/image/imorph/tr_image.hh: add missing members. * mln/core/site_set/p_vertices.hh: add a more generic constructor. * mln/labeling/blobs.hh: revamp warning output. * mln/labeling/n_max.hh: add an overload. * mln/make/edge_image.hh: fix namespace ambiguities. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4229 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4228 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4227 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Edwin Carlinet authored
* edwin/exec/give_me_the_curve.cc, * edwin/exec/plot.conf: Util to trace attribute evolution along the branch. * edwin/exec/mask_colorize.cc: Color labeling from a mask image. * edwin/exec/max_delta_colormean_obj.cc: Retrieve components that maximes the distance between the mean color of components. * edwin/mln/morpho/tree/propagate.hh: Minor fixes. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4226 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 01 Jul, 2009 1 commit
-
-
Edwin Carlinet authored
* edwin/exec/color_distance.hh: Some routines about color distances. * edwin/exec/max_delta_colormean_obj.cc: Main file for components retrieval with respect to their mean color difference. * edwin/mln/morpho/tree/components.hh: Minor fixes. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4225 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 30 Jun, 2009 6 commits
-
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4224 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4223 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4222 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* src/preprocess.cc, * src/preprocessing/unskew.cc: update call to geom::rotate. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4221 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4220 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
* milena/headers.mk, * milena/tests/unit_test/unit-tests.mk: regen. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4219 4aad255d-cdde-0310-9447-f3009e2ae8c0
-