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 fixes has been updated
via 215777f7213dc458fc16299b95a05a777a023e48 (commit)
via 28582ba9109d77a6979472f95e6797308e55674f (commit)
via 77cc306a85e350e52ec09390e237e1ff6601760c (commit)
from 45b2fd98e041d1988cbf3112ba96bb1a285ee4fb (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 -----------------------------------------------------------------
215777f Fix resizing code in toolchain::internal::text_in_picture_functor.
28582ba Add missing `mln' namespace qualifiers.
77cc306 Move to-be-installed header files from src/ to scribo/.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 41 ++++++++++++++++++
scribo/headers.mk | 3 ++
scribo/{src => scribo}/afp/components.hh | 8 ++--
scribo/{src => scribo}/afp/link.hh | 11 +++--
scribo/{src => scribo}/afp/regroup.hh | 9 ++--
scribo/scribo/filter/object_groups_with_holes.hh | 2 +-
.../primitive/regroup/from_single_left_link.hh | 4 +-
.../toolchain/internal/text_in_picture_functor.hh | 44 +++++++++++---------
scribo/src/text_recognition_in_picture.cc | 4 +-
scribo/tests/unit_test/unit-tests.mk | 3 ++
10 files changed, 95 insertions(+), 34 deletions(-)
rename scribo/{src => scribo}/afp/components.hh (96%)
rename scribo/{src => scribo}/afp/link.hh (94%)
rename scribo/{src => scribo}/afp/regroup.hh (94%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
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 sandbox/anthony has been updated
via dd94dbd31e4982a8e33fc948391eaac6c378f754 (commit)
via b945e97df5946377a111a229d3d224bbac5022b1 (commit)
from 533f3a6cfaf2bec77f9ca1ea86c8f944f3a77b3c (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 -----------------------------------------------------------------
dd94dbd [SIFT] Add sample images + Change path to images for OpenCV implemenation
b945e97 [SIFT] Add OpenCV implementation example
-----------------------------------------------------------------------
Summary of changes:
milena/sandbox/anthony/images/keith.pbm | Bin 0 -> 262159 bytes
milena/{img => sandbox/anthony/images}/lena.pgm | 2 +-
milena/sandbox/anthony/images/tongue.pbm | 29 ++++++++++
milena/sandbox/anthony/opencv/Makefile | 19 +++++++
milena/sandbox/anthony/opencv/main.cpp | 66 +++++++++++++++++++++++
5 files changed, 115 insertions(+), 1 deletion(-)
create mode 100644 milena/sandbox/anthony/images/keith.pbm
copy milena/{img => sandbox/anthony/images}/lena.pgm (99%)
create mode 100644 milena/sandbox/anthony/images/tongue.pbm
create mode 100644 milena/sandbox/anthony/opencv/Makefile
create mode 100644 milena/sandbox/anthony/opencv/main.cpp
hooks/post-receive
--
Olena, a generic and efficient image processing platform
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 sandbox/anthony has been updated
via 533f3a6cfaf2bec77f9ca1ea86c8f944f3a77b3c (commit)
via 7bc3af914f5f6cf1ec50c3a15e6dfd807b13a643 (commit)
via b783446f52c04ffeab8b0d4f46a72ef51f6f3a7a (commit)
via 759ddf8114dd838690ab9b84ad98bcef4eca4dc1 (commit)
from c54e2d15a72f95f744770ff7d91f2a48ee1cfa02 (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 -----------------------------------------------------------------
533f3a6 [SIFT] Replace old implementation
7bc3af9 Add DoG Space + Keypoints detection and edge responses elimination
b783446 [SIFT] Start new implementation + Build Scale Space
759ddf8 Add OpenCV implementation (testing)
-----------------------------------------------------------------------
Summary of changes:
milena/sandbox/anthony/Makefile | 14 +-
milena/sandbox/anthony/src/dog-space.hh | 233 +++++++++
milena/sandbox/anthony/src/keypoint.cc | 45 --
milena/sandbox/anthony/src/keypoint.hh | 58 ++-
milena/sandbox/anthony/src/main.cc | 785 ++---------------------------
milena/sandbox/anthony/src/matrix.hh | 3 +-
milena/sandbox/anthony/src/scale-space.hh | 110 ++++
milena/sandbox/anthony/src/vrac.hh | 323 ++++++++++++
8 files changed, 755 insertions(+), 816 deletions(-)
create mode 100644 milena/sandbox/anthony/src/dog-space.hh
delete mode 100644 milena/sandbox/anthony/src/keypoint.cc
create mode 100644 milena/sandbox/anthony/src/scale-space.hh
create mode 100644 milena/sandbox/anthony/src/vrac.hh
hooks/post-receive
--
Olena, a generic and efficient image processing platform