Difference between revisions of "Publications/carlinet.18.icip"
From LRDE
(Created page with "{{Publication | published = false | date = 2018-05-10 | authors = Edwin Carlinet, Thierry Géraud, Sébastien Crozet | title = The Tree of Shapes Turned into a Max-Tree: A Sim...") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Publication |
{{Publication |
||
− | | published = |
+ | | published = true |
| date = 2018-05-10 |
| date = 2018-05-10 |
||
| authors = Edwin Carlinet, Thierry Géraud, Sébastien Crozet |
| authors = Edwin Carlinet, Thierry Géraud, Sébastien Crozet |
||
| title = The Tree of Shapes Turned into a Max-Tree: A Simple and Efficient Linear Algorithm |
| title = The Tree of Shapes Turned into a Max-Tree: A Simple and Efficient Linear Algorithm |
||
| booktitle = Proceedings of the 24th IEEE International Conference on Image Processing (ICIP) |
| booktitle = Proceedings of the 24th IEEE International Conference on Image Processing (ICIP) |
||
+ | | pages = 1488 to 1492 |
||
| address = Athens, Greece |
| address = Athens, Greece |
||
− | | abstract = The Tree of Shapes (ToS) is a morphological tree-based representation of an image translating the inclusion of its level lines. |
+ | | abstract = The Tree of Shapes (ToS) is a morphological tree-based representation of an image translating the inclusion of its level lines. It features many invariances to image changeswhich makes it well-suited for a lot of applications in image processing and pattern recognition. In this paper, we propose a way of turning this algorithm into a Max-Tree computation. The latter has been widely studied, and many efficient algorithms (including parallel ones) have been developed. Furthermore, we develop a specific optimization to speed-up the common 2D case. It follows a simple and efficient algorithm, running in linear time with a low memory footprint, that outperforms other current algorithms. For Reproducible Research purpose, we distribute our code as free software. |
+ | | lrdepaper = http://www.lrde.epita.fr/dload/papers/carlinet.18.icip.pdf |
||
− | | note = To appear |
||
+ | | lrdeinc = Publications/carlinet.18.rfiap.inc |
||
| lrdekeywords = Image |
| lrdekeywords = Image |
||
| lrdeprojects = Olena |
| lrdeprojects = Olena |
||
Line 13: | Line 15: | ||
| type = inproceedings |
| type = inproceedings |
||
| id = carlinet.18.icip |
| id = carlinet.18.icip |
||
+ | | identifier = doi:10.1109/ICIP.2018.8451180 |
||
| bibtex = |
| bibtex = |
||
@InProceedings<nowiki>{</nowiki> carlinet.18.icip, |
@InProceedings<nowiki>{</nowiki> carlinet.18.icip, |
||
Line 21: | Line 24: | ||
Image Processing (ICIP)<nowiki>}</nowiki>, |
Image Processing (ICIP)<nowiki>}</nowiki>, |
||
year = <nowiki>{</nowiki>2018<nowiki>}</nowiki>, |
year = <nowiki>{</nowiki>2018<nowiki>}</nowiki>, |
||
− | month = |
+ | month = oct, |
⚫ | |||
address = <nowiki>{</nowiki>Athens, Greece<nowiki>}</nowiki>, |
address = <nowiki>{</nowiki>Athens, Greece<nowiki>}</nowiki>, |
||
+ | doi = <nowiki>{</nowiki>10.1109/ICIP.2018.8451180<nowiki>}</nowiki>, |
||
abstract = <nowiki>{</nowiki>The Tree of Shapes (ToS) is a morphological tree-based |
abstract = <nowiki>{</nowiki>The Tree of Shapes (ToS) is a morphological tree-based |
||
representation of an image translating the inclusion of its |
representation of an image translating the inclusion of its |
||
Line 36: | Line 41: | ||
memory footprint, that outperforms other current |
memory footprint, that outperforms other current |
||
algorithms. For Reproducible Research purpose, we |
algorithms. For Reproducible Research purpose, we |
||
− | distribute our code as free software.<nowiki>}</nowiki> |
+ | distribute our code as free software.<nowiki>}</nowiki> |
⚫ | |||
<nowiki>}</nowiki> |
<nowiki>}</nowiki> |
||
Latest revision as of 13:41, 24 November 2020
- Authors
- Edwin Carlinet, Thierry Géraud, Sébastien Crozet
- Where
- Proceedings of the 24th IEEE International Conference on Image Processing (ICIP)
- Place
- Athens, Greece
- Type
- inproceedings
- Projects
- Olena
- Keywords
- Image
- Date
- 2018-05-10
Abstract
The Tree of Shapes (ToS) is a morphological tree-based representation of an image translating the inclusion of its level lines. It features many invariances to image changeswhich makes it well-suited for a lot of applications in image processing and pattern recognition. In this paper, we propose a way of turning this algorithm into a Max-Tree computation. The latter has been widely studied, and many efficient algorithms (including parallel ones) have been developed. Furthermore, we develop a specific optimization to speed-up the common 2D case. It follows a simple and efficient algorithm, running in linear time with a low memory footprint, that outperforms other current algorithms. For Reproducible Research purpose, we distribute our code as free software.
Documents
Software
Source code for linear time ToS and benchmark reproduction is available here:
https://gitlab.lrde.epita.fr/olena/pylene-apps/tree/master/carlinet.2017.icip
Bibtex (lrde.bib)
@InProceedings{ carlinet.18.icip, author = {Edwin Carlinet and Thierry G\'eraud and S\'ebastien Crozet}, title = {The Tree of Shapes Turned into a Max-Tree: {A} Simple and Efficient Linear Algorithm}, booktitle = {Proceedings of the 24th IEEE International Conference on Image Processing (ICIP)}, year = {2018}, month = oct, pages = {1488--1492}, address = {Athens, Greece}, doi = {10.1109/ICIP.2018.8451180}, abstract = {The Tree of Shapes (ToS) is a morphological tree-based representation of an image translating the inclusion of its level lines. It features many invariances to image changes, which makes it well-suited for a lot of applications in image processing and pattern recognition. In this paper, we propose a way of turning this algorithm into a Max-Tree computation. The latter has been widely studied, and many efficient algorithms (including parallel ones) have been developed. Furthermore, we develop a specific optimization to speed-up the common 2D case. It follows a simple and efficient algorithm, running in linear time with a low memory footprint, that outperforms other current algorithms. For Reproducible Research purpose, we distribute our code as free software.} }