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 exp/green has been updated
via 9ea8474bbe3fbdcfdeba74a7cf2ea602687768ab (commit)
via 861abf27dc8e90c590b515c5cf0f05111a696220 (commit)
via 57573abae5803df09f5af2c5fcb15ad4d5a7a397 (commit)
via 0a1cbd3506e4153a104682280e0bb12d5042613c (commit)
via 7bc32d5ed6f18ffd43b8512b5a7de4cc26a358ff (commit)
via a502be9d78730bac9e286324386f0ae4b5f11b88 (commit)
via ddb6f8cfa75d114ac584c5eabbee8c722fda54d8 (commit)
via 72bad6e9e8187ee9870f40286db8d4fe4e453425 (commit)
via 20909f49c35d22b79de8df44915aacca06e71ae0 (commit)
via 49aaec032034188ccf7694494cddb425bcc352d2 (commit)
via 110656234b315d15df8617333019265340089d34 (commit)
via c920529afe338d1120cbc9043394f827a328c368 (commit)
via 36d40e5b46524d05cfe9d6b8d328cbae09c7e779 (commit)
from 8c049974295cee70d9d2f235c069f9ed01df30ca (commit)
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 -----------------------------------------------------------------
No new revisions were added by this update.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 7 +
milena/img/BUG_lean_ascii.pgm.gz | Bin 75726 -> 0 bytes
milena/mln/convert/from_to.hxx | 4 +
milena/mln/convert/impl/from_unsigned_to_value.hh | 10 +
milena/sandbox/ChangeLog | 103 ++
.../sandbox/green/demo/annotating/hsv/Makefile.am | 152 +++
milena/sandbox/green/demo/annotating/hsv/hsv.cc | 607 ++++++++++
.../green/exp/annotating/achromastism/Makefile.am | 153 +++
.../exp/annotating/achromastism/achromastism.cc | 113 ++
.../exp/annotating/achromastism/text-color.txt | 15 +
.../green/exp/annotating/achromastism/text-img.txt | 40 +
.../exp/annotating/achromastism/text-only.txt | 8 +
.../sandbox/green/exp/annotating/bench/Makefile.am | 153 +++
milena/sandbox/green/exp/annotating/bench/bench.cc | 1213 ++++++++++++++++++++
.../sandbox/green/exp/annotating/error/Makefile.am | 153 +++
milena/sandbox/green/exp/annotating/error/error.cc | 700 +++++++++++
.../sandbox/green/exp/annotating/histo/Makefile.am | 153 +++
milena/sandbox/green/exp/annotating/histo/histo.cc | 306 +++++
.../sandbox/green/exp/annotating/hsv/Makefile.am | 153 +++
milena/sandbox/green/exp/annotating/hsv/hsv.cc | 652 +++++++++++
.../sandbox/green/exp/annotating/hue/Makefile.am | 153 +++
milena/sandbox/green/exp/annotating/hue/hue.cc | 291 +++++
.../green/exp/annotating/hue/text-color.txt | 15 +
.../sandbox/green/exp/annotating/hue/text-img.txt | 40 +
.../sandbox/green/exp/annotating/hue/text-only.txt | 8 +
.../green/exp/annotating/saturation/Makefile.am | 153 +++
.../green/exp/annotating/saturation/saturation.cc | 119 ++
.../green/exp/annotating/saturation/text-color.txt | 15 +
.../green/exp/annotating/saturation/text-img.txt | 40 +
.../green/exp/annotating/saturation/text-only.txt | 8 +
.../sandbox/green/exp/annotating/value/Makefile.am | 153 +++
.../green/exp/annotating/value/text-color.txt | 15 +
.../green/exp/annotating/value/text-img.txt | 40 +
.../green/exp/annotating/value/text-only.txt | 8 +
milena/sandbox/green/exp/annotating/value/value.cc | 316 +++++
milena/sandbox/green/mln/accu/stat/histo1d.hh | 66 +-
milena/sandbox/green/mln/fun/p2b/achromatic.hh | 112 ++
.../sandbox/green/mln/fun/p2b/component_equals.hh | 99 ++
milena/sandbox/green/mln/fun/v2v/achromatism.hh | 64 +
.../sandbox/green/mln/fun/v2v/hue_concentration.hh | 100 ++
.../green/mln/fun/v2v/rgb_to_achromatism_map.hh | 77 ++
milena/sandbox/green/mln/fun/v2v/rgb_to_hsv.hh | 149 +++
milena/sandbox/green/mln/fun/v2v/rgb_to_hue_map.hh | 96 ++
.../green/mln/fun/v2v/rgb_to_saturation_map.hh | 83 ++
.../sandbox/green/mln/fun/v2v/rgb_to_value_map.hh | 75 ++
milena/sandbox/green/mln/img_path.hh | 227 ++++-
milena/sandbox/green/mln/math/ceil.hh | 64 +
milena/sandbox/green/mln/math/floor.hh | 64 +
milena/sandbox/green/mln/value/hsv.hh | 424 +++++++
scribo/sandbox/green/ChangeLog | 12 +
scribo/sandbox/green/README | 32 +
scribo/sandbox/green/ok/mln/accu/histo/histo1d.hh | 334 ++++++
.../sandbox/green/ok/mln/accu/histo}/histo2d.hh | 0
.../sandbox/green/ok/mln/accu/histo/histo3d.hh | 0
scribo/sandbox/green/ok/mln/img_path.hh | 239 ++++
.../sandbox/green/ok/test/accu/histo}/gaussian.sh | 0
scribo/sandbox/green/ok/test/accu/histo/histo1d | Bin 0 -> 802920 bytes
scribo/sandbox/green/ok/test/accu/histo/histo1d.cc | 726 ++++++++++++
58 files changed, 9051 insertions(+), 61 deletions(-)
delete mode 100644 milena/img/BUG_lean_ascii.pgm.gz
create mode 100644 milena/sandbox/green/demo/annotating/hsv/Makefile.am
create mode 100644 milena/sandbox/green/demo/annotating/hsv/hsv.cc
create mode 100644 milena/sandbox/green/exp/annotating/achromastism/Makefile.am
create mode 100644 milena/sandbox/green/exp/annotating/achromastism/achromastism.cc
create mode 100644 milena/sandbox/green/exp/annotating/achromastism/text-color.txt
create mode 100644 milena/sandbox/green/exp/annotating/achromastism/text-img.txt
create mode 100644 milena/sandbox/green/exp/annotating/achromastism/text-only.txt
create mode 100644 milena/sandbox/green/exp/annotating/bench/Makefile.am
create mode 100644 milena/sandbox/green/exp/annotating/bench/bench.cc
create mode 100644 milena/sandbox/green/exp/annotating/error/Makefile.am
create mode 100644 milena/sandbox/green/exp/annotating/error/error.cc
create mode 100644 milena/sandbox/green/exp/annotating/histo/Makefile.am
create mode 100644 milena/sandbox/green/exp/annotating/histo/histo.cc
create mode 100644 milena/sandbox/green/exp/annotating/hsv/Makefile.am
create mode 100644 milena/sandbox/green/exp/annotating/hsv/hsv.cc
create mode 100644 milena/sandbox/green/exp/annotating/hue/Makefile.am
create mode 100644 milena/sandbox/green/exp/annotating/hue/hue.cc
create mode 100644 milena/sandbox/green/exp/annotating/hue/text-color.txt
create mode 100644 milena/sandbox/green/exp/annotating/hue/text-img.txt
create mode 100644 milena/sandbox/green/exp/annotating/hue/text-only.txt
create mode 100644 milena/sandbox/green/exp/annotating/saturation/Makefile.am
create mode 100644 milena/sandbox/green/exp/annotating/saturation/saturation.cc
create mode 100644 milena/sandbox/green/exp/annotating/saturation/text-color.txt
create mode 100644 milena/sandbox/green/exp/annotating/saturation/text-img.txt
create mode 100644 milena/sandbox/green/exp/annotating/saturation/text-only.txt
create mode 100644 milena/sandbox/green/exp/annotating/value/Makefile.am
create mode 100644 milena/sandbox/green/exp/annotating/value/text-color.txt
create mode 100644 milena/sandbox/green/exp/annotating/value/text-img.txt
create mode 100644 milena/sandbox/green/exp/annotating/value/text-only.txt
create mode 100644 milena/sandbox/green/exp/annotating/value/value.cc
create mode 100644 milena/sandbox/green/mln/fun/p2b/achromatic.hh
create mode 100644 milena/sandbox/green/mln/fun/p2b/component_equals.hh
create mode 100644 milena/sandbox/green/mln/fun/v2v/achromatism.hh
create mode 100644 milena/sandbox/green/mln/fun/v2v/hue_concentration.hh
create mode 100644 milena/sandbox/green/mln/fun/v2v/rgb_to_achromatism_map.hh
create mode 100644 milena/sandbox/green/mln/fun/v2v/rgb_to_hsv.hh
create mode 100644 milena/sandbox/green/mln/fun/v2v/rgb_to_hue_map.hh
create mode 100644 milena/sandbox/green/mln/fun/v2v/rgb_to_saturation_map.hh
create mode 100644 milena/sandbox/green/mln/fun/v2v/rgb_to_value_map.hh
create mode 100644 milena/sandbox/green/mln/math/ceil.hh
create mode 100644 milena/sandbox/green/mln/math/floor.hh
create mode 100644 milena/sandbox/green/mln/value/hsv.hh
create mode 100644 scribo/sandbox/green/ChangeLog
create mode 100644 scribo/sandbox/green/README
create mode 100644 scribo/sandbox/green/ok/mln/accu/histo/histo1d.hh
copy {milena/sandbox/green/mln/accu/stat =>
scribo/sandbox/green/ok/mln/accu/histo}/histo2d.hh (100%)
copy milena/sandbox/green/mln/accu/stat/histo3d_rgb.hh =>
scribo/sandbox/green/ok/mln/accu/histo/histo3d.hh (100%)
create mode 100644 scribo/sandbox/green/ok/mln/img_path.hh
copy {milena/sandbox/green/tests/accu/stat/histo1d =>
scribo/sandbox/green/ok/test/accu/histo}/gaussian.sh (100%)
create mode 100755 scribo/sandbox/green/ok/test/accu/histo/histo1d
create mode 100644 scribo/sandbox/green/ok/test/accu/histo/histo1d.cc
hooks/post-receive
--
Olena, a generic and efficient image processing platform
Show replies by date