
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