This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch mesh-segm-skel has been updated
discards 300322ef688a1f38cd1e5918774f21b93b912e6e (commit)
discards c9b58ad8fbaa27a3eeeb4ab4167114ccdfe762ec (commit)
discards e4978ab662c8a70fdee99977032300c142235ccb (commit)
discards 47481b45cfb4e5c687596a52c3cb334e79f163d5 (commit)
discards 2da010175cca88a13c231da1007b98e16fca75c1 (commit)
discards 3cdb8bbd851688b0678ceeb5746cfe1d8353262b (commit)
discards 7c9b5a325426ee398304c873db49fc015e86d516 (commit)
discards 679f73c895982eee5b77c2ce1492474ac5957ff7 (commit)
discards 40ba1ad80da1ed71f7bccd589ff8aa4d82149d6e (commit)
discards 9a842d1a96866d1d54442fc9f582f8551e5e1a2b (commit)
via f36081f28428672f81cbb700a0a52da51b10d7ff (commit)
via 3f6e1c50761b9ca2c8c8f5403c9236c45d04e969 (commit)
via b5e8235b7e417cd015a4978999d1d51540645b7e (commit)
via f1c3f6a489dfa9606ce6fa0d13020ea314acd1e7 (commit)
via ead83a9b2e0b7269825675cb0a769c119d92ff16 (commit)
via 45fcb1970125f5bba8b68ecff943188234caf1ca (commit)
via 56c4e2c3c79bec09c11003e222f480443c1288c5 (commit)
via b359f8b1bcc79c8f7d1e4f6e22d49d09b82fd983 (commit)
via 0d9aa9caa5fe3bb69389b3d67bb53381f8b807f5 (commit)
via 7bfa2cb0923ff4103685c7c76feaf44fe8165b06 (commit)
via 71c9c144f233770f1b9652ba98d6137053e8ab47 (commit)
via 0d502d0cf9f3571471768db4f3833b0701ef39a0 (commit)
via ba369b62ba9d59fb093d4247284f2c437f42754e (commit)
via 165770feeac77f1dfab40f3173c3e6e483709df1 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (300322ef688a1f38cd1e5918774f21b93b912e6e)
\
N -- N -- N (f36081f28428672f81cbb700a0a52da51b10d7ff)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
f36081f Actually use the maximal curvature in mesh-complex-max-curv-segm.
3f6e1c5 Improve the precision of some mesh-segm-skel apps.
b5e8235 Configure milena/apps/mesh-segm-skel/test-mesh-complex-max-curv-skel.
f1c3f6a New application: mesh-complex-max-curv-skel.
ead83a9 Clean up and new FIXMES in in apps/mesh-segm-skel.
45fcb19 Configure milena/apps/mesh-segm-skel/test-mesh-complex-max-curv-extrema.
56c4e2c New application: mesh-complex-max-curv-extrema.
b359f8b Revive, fix and update application mesh-segm.
0d9aa9c Fix a bug in the reimplementation of Trimesh algorithms.
7bfa2cb Improve topo::skeleton::breadth_first_thinning.
71c9c14 Add `mesh-segm-skel' to the branches to be uploaded (as snapshot).
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 +
lrde-upload.sh | 2 +-
milena/ChangeLog | 105 +++++++++++++++++++-
milena/apps/mesh-segm-skel/Makefile.am | 14 ++--
milena/apps/papers/levillain.09.ismm/Makefile.am | 2 +-
milena/tests/binarization/Makefile.am | 12 +--
milena/tests/binarization/threshold.cc | 7 +-
milena/tests/data/Makefile.am | 13 +--
milena/tests/data/approx/Makefile.am | 9 +-
milena/tests/data/approx/median.cc | 7 +-
milena/tests/data/median.cc | 7 +-
milena/tests/data/median_fast.cc | 5 +-
milena/tests/data/naive/Makefile.am | 6 +-
milena/tests/data/naive/median.cc | 5 +-
milena/tests/io/dump/Makefile.am | 12 ++-
milena/tests/io/dump/dump.cc | 24 +++--
milena/tests/io/fits/Makefile.am | 13 +--
milena/tests/io/fits/fits.cc | 11 +-
milena/tests/io/magick/Makefile.am | 12 +--
milena/tests/io/magick/save.cc | 9 +-
milena/tests/io/off/Makefile.am | 10 +--
milena/tests/io/off/load_save_bin.cc | 5 +-
milena/tests/io/pbm/Makefile.am | 14 ++--
milena/tests/io/pbm/pbm.cc | 7 +-
milena/tests/io/pbm/pbm_ascii.cc | 6 +-
milena/tests/io/pbms/Makefile.am | 6 +-
milena/tests/io/pbms/load.cc | 6 +-
milena/tests/io/pgm/Makefile.am | 33 ++++---
milena/tests/io/pgm/pgm.cc | 11 +-
milena/tests/io/pgm/pgm16.cc | 13 ++-
milena/tests/io/pgm/pgm19.cc | 9 +-
milena/tests/io/pgm/pgm27.cc | 9 +-
milena/tests/io/pgm/pgm_ascii.cc | 10 +-
milena/tests/io/pgms/Makefile.am | 7 +-
milena/tests/io/pgms/load.cc | 6 +-
milena/tests/io/ppm/Makefile.am | 24 ++---
milena/tests/io/ppm/ppm.cc | 7 +-
milena/tests/io/ppm/ppm16.cc | 11 +-
milena/tests/io/ppm/ppm23.cc | 11 +-
milena/tests/io/ppms/Makefile.am | 7 +-
milena/tests/io/ppms/load.cc | 8 +-
milena/tests/linear/Makefile.am | 13 ++-
milena/tests/linear/convolve.cc | 5 +-
milena/tests/linear/convolve_2x1d.cc | 5 +-
milena/tests/linear/convolve_directional.cc | 5 +-
milena/tests/linear/gaussian.cc | 5 +-
milena/tests/linear/gaussian/Makefile.am | 4 +-
milena/tests/linear/gaussian/filter.cc | 5 +-
milena/tests/linear/lap.cc | 5 +-
milena/tests/linear/log.cc | 5 +-
milena/tests/linear/sobel_2d.cc | 5 +-
milena/tests/morpho/Makefile.am | 32 ++++---
milena/tests/morpho/approx/Makefile.am | 13 +--
milena/tests/morpho/approx/dilation.cc | 6 +-
milena/tests/morpho/approx/erosion.cc | 6 +-
.../morpho/artificial_line_graph_image_wst.cc | 5 +-
milena/tests/morpho/closing/Makefile.am | 38 ++++----
milena/tests/morpho/closing/algebraic.cc | 6 +-
milena/tests/morpho/closing/approx/Makefile.am | 11 +--
milena/tests/morpho/closing/approx/structural.cc | 6 +-
milena/tests/morpho/closing/height.cc | 5 +-
milena/tests/morpho/closing/leveling.cc | 6 +-
milena/tests/morpho/closing/structural.cc | 4 +-
milena/tests/morpho/closing/sum.cc | 5 +-
milena/tests/morpho/closing/volume.cc | 7 +-
milena/tests/morpho/complex_image_wst.cc | 5 +-
milena/tests/morpho/contrast.cc | 5 +-
milena/tests/morpho/dilation.cc | 13 ++-
milena/tests/morpho/general.cc | 5 +-
milena/tests/morpho/gradient.cc | 7 +-
milena/tests/morpho/hit_or_miss.cc | 10 +--
milena/tests/morpho/laplacian.cc | 7 +-
milena/tests/morpho/lena_line_graph_image_wst1.cc | 5 +-
milena/tests/morpho/lena_line_graph_image_wst2.cc | 5 +-
milena/tests/morpho/meyer_wst.cc | 5 +-
milena/tests/morpho/meyer_wst_long.cc | 6 +-
milena/tests/morpho/opening/Makefile.am | 37 ++++---
milena/tests/morpho/opening/algebraic.cc | 6 +-
milena/tests/morpho/opening/approx/Makefile.am | 6 +-
milena/tests/morpho/opening/approx/structural.cc | 6 +-
milena/tests/morpho/opening/area.cc | 5 +-
milena/tests/morpho/opening/height.cc | 5 +-
milena/tests/morpho/opening/leveling.cc | 6 +-
milena/tests/morpho/opening/structural.cc | 4 +-
milena/tests/morpho/opening/sum.cc | 5 +-
milena/tests/morpho/opening/volume.cc | 5 +-
milena/tests/morpho/thinning.cc | 7 +-
milena/tests/morpho/watershed/Makefile.am | 13 +--
milena/tests/morpho/watershed/flooding.cc | 13 ++-
milena/tests/morpho/watershed/topological.cc | 5 +-
swilena/ChangeLog | 12 +++
swilena/python/Makefile.am | 26 +++---
swilena/python/morpho-fun.py | 23 +++--
swilena/python/morpho-segm.py | 7 +-
94 files changed, 567 insertions(+), 405 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
Show replies by date