branch exp/scribo-z updated: last-svn-commit-145-g5c627b0

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/scribo-z has been updated via 5c627b019540ecc6dbf4cb21630354289adf6f6b (commit) via 85cda080414cc6e05d8ee49246a2171eb7f4fbae (commit) via e8373a069ad3b882f9a927c8d318643645069c1e (commit) via 4bf89fb72cfe41e98d7df23be2cc79bb37173c39 (commit) from a6a8d2a44d746824876f24c53af69f83036ddaf3 (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 ----------------------------------------------------------------- 5c627b0 primitive/extract/components.hh: Use labeling::value_and_compute. 85cda08 Introduce labeling::value_and_compute. e8373a0 Add a fast rotation tool. 4bf89fb Add a new routine to highlight text areas in an image. ----------------------------------------------------------------------- Summary of changes: milena/ChangeLog | 11 + milena/mln/canvas/labeling/video.hh | 8 +- milena/mln/labeling/value.hh | 16 +- milena/mln/labeling/value_and_compute.hh | 241 ++++++++++++++++++ scribo/ChangeLog | 22 ++ scribo/debug/highlight_text_area.hh | 255 ++++++++++++++++++++ scribo/primitive/extract/components.hh | 5 +- scribo/src/debug/Makefile.am | 15 +- .../subsample.cc => debug/highlight_text_area.cc} | 62 ++++-- scribo/src/preprocessing/Makefile.am | 10 + scribo/src/preprocessing/rotate_90.cc | 51 ++++ scribo/src/text_in_picture.cc | 53 +---- 12 files changed, 674 insertions(+), 75 deletions(-) create mode 100644 milena/mln/labeling/value_and_compute.hh create mode 100644 scribo/debug/highlight_text_area.hh copy scribo/src/{preprocessing/subsample.cc => debug/highlight_text_area.cc} (57%) create mode 100644 scribo/src/preprocessing/rotate_90.cc hooks/post-receive -- Olena, a generic and efficient image processing platform
participants (1)
-
lazzara@lrde.epita.fr