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 a674962cd9a863e37b7165bd4ef5a1d8fddde6d1 (commit)
from 8020a9b93b5ccdafd6fcf810cc3cddafe70a1dae (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 -----------------------------------------------------------------
a674962 Add upscaled first octave
-----------------------------------------------------------------------
Summary of changes:
milena/sandbox/anthony/src/scale_space.cc | 191 ++++++++++++++++++++++++++---
1 files changed, 174 insertions(+), 17 deletions(-)
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 e6c9b2483d5651c061cad24ace0a87a7a8ce8a4d (commit)
from a674962cd9a863e37b7165bd4ef5a1d8fddde6d1 (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 -----------------------------------------------------------------
e6c9b24 Add Keypoint class and start extremum elimination
-----------------------------------------------------------------------
Summary of changes:
milena/sandbox/anthony/Makefile | 2 +-
milena/sandbox/anthony/src/keypoint.cc | 18 +
milena/sandbox/anthony/src/keypoint.hh | 27 ++
milena/sandbox/anthony/src/scale_space.cc | 517 -----------------------------
4 files changed, 46 insertions(+), 518 deletions(-)
create mode 100644 milena/sandbox/anthony/src/keypoint.cc
create mode 100644 milena/sandbox/anthony/src/keypoint.hh
delete mode 100644 milena/sandbox/anthony/src/scale_space.cc
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 609a6a45b6b5d8725a1f7da78aa50604c841be44 (commit)
from e6c9b2483d5651c061cad24ace0a87a7a8ce8a4d (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 -----------------------------------------------------------------
609a6a4 Edge response elimination done
-----------------------------------------------------------------------
Summary of changes:
milena/sandbox/anthony/src/main.cc | 583 ++++++++++++++++++++++++++++++++++++
1 files changed, 583 insertions(+), 0 deletions(-)
create mode 100644 milena/sandbox/anthony/src/main.cc
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 c54e2d15a72f95f744770ff7d91f2a48ee1cfa02 (commit)
from 3748427f0634fa0a7e531042cba2bba85a93447a (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 -----------------------------------------------------------------
c54e2d1 Improve extremum
-----------------------------------------------------------------------
Summary of changes:
milena/sandbox/anthony/Makefile | 2 +-
milena/sandbox/anthony/src/keypoint.cc | 39 +++++-
milena/sandbox/anthony/src/keypoint.hh | 29 +++--
milena/sandbox/anthony/src/main.cc | 226 ++++++++++++++++++++++++-------
milena/sandbox/anthony/src/matrix.cc | 30 ++++-
milena/sandbox/anthony/src/matrix.hh | 5 +-
6 files changed, 259 insertions(+), 72 deletions(-)
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 3748427f0634fa0a7e531042cba2bba85a93447a (commit)
from 609a6a45b6b5d8725a1f7da78aa50604c841be44 (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 -----------------------------------------------------------------
3748427 Add matrix class to handle Taylor approximation (dirty version)
-----------------------------------------------------------------------
Summary of changes:
milena/sandbox/anthony/Makefile | 2 +-
milena/sandbox/anthony/src/main.cc | 78 ++++++++++++++++++---
milena/sandbox/anthony/src/matrix.cc | 130 ++++++++++++++++++++++++++++++++++
milena/sandbox/anthony/src/matrix.hh | 35 +++++++++
4 files changed, 234 insertions(+), 11 deletions(-)
create mode 100644 milena/sandbox/anthony/src/matrix.cc
create mode 100644 milena/sandbox/anthony/src/matrix.hh
hooks/post-receive
--
Olena, a generic and efficient image processing platform