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 unstable/scribo has been updated
via 45129d3fb632ea16e5b70ca45f077c8f50b8f43f (commit)
via 46fe91173668ad5c331c5687de8268c7160a18a7 (commit)
from 6e2cefa449cd91c115de3951a2db5046f2246ef5 (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 -----------------------------------------------------------------
45129d3 tests/Makefile.am: Add a missing file in EXTRA_DIST.
46fe911 Add tests for lines_*_pattern routines.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 15 ++++++++++++
scribo/tests/Makefile.am | 3 +-
scribo/tests/primitive/extract/Makefile.am | 6 +++-
.../extract/lines_h_pattern.cc} | 25 +++++++++----------
.../primitive/extract/lines_h_pattern.ref.pbm | Bin 0 -> 5116 bytes
.../extract/lines_v_pattern.cc} | 25 +++++++++----------
.../extract/lines_v_pattern.ref.pbm} | Bin 5050 -> 5116 bytes
7 files changed, 45 insertions(+), 29 deletions(-)
copy scribo/tests/{binarization/otsu.cc => primitive/extract/lines_h_pattern.cc} (75%)
create mode 100644 scribo/tests/primitive/extract/lines_h_pattern.ref.pbm
copy scribo/tests/{binarization/otsu.cc => primitive/extract/lines_v_pattern.cc} (75%)
copy scribo/tests/{img/lines_discontinued.pbm => primitive/extract/lines_v_pattern.ref.pbm} (91%)
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 unstable/scribo has been updated
via 6e2cefa449cd91c115de3951a2db5046f2246ef5 (commit)
from 4e4b11504e814bfeff1be05e3045599d2d758ae2 (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 -----------------------------------------------------------------
6e2cefa Fix wrong line reconstruction with lines_*_pattern routines.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 7 +++++++
scribo/scribo/primitive/extract/lines_h_pattern.hh | 12 +++++++-----
scribo/scribo/primitive/extract/lines_v_pattern.hh | 11 +++++++----
3 files changed, 21 insertions(+), 9 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 unstable/scribo has been updated
via 4e4b11504e814bfeff1be05e3045599d2d758ae2 (commit)
from 01f60706dcad67fb488f43ee752f5a6a91790d82 (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 -----------------------------------------------------------------
4e4b115 Add more tests for lines_*_discontinued routines.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 9 ++++++
scribo/tests/primitive/extract/Makefile.am | 7 +++-
...nes_discontinued.cc => lines_h_discontinued.cc} | 28 ++-----------------
...nes_discontinued.cc => lines_v_discontinued.cc} | 25 ++---------------
4 files changed, 20 insertions(+), 49 deletions(-)
copy scribo/tests/primitive/extract/{lines_discontinued.cc => lines_h_discontinued.cc} (69%)
copy scribo/tests/primitive/extract/{lines_discontinued.cc => lines_v_discontinued.cc} (76%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform