Difference between revisions of "Publications/roynard.18.rrpr"
From LRDE
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
| title = An Image Processing Library in Modern C++: Getting Simplicity and Efficiency with Generic Programming |
| title = An Image Processing Library in Modern C++: Getting Simplicity and Efficiency with Generic Programming |
||
| authors = Michaël Roynard, Edwin Carlinet, Thierry Géraud |
| authors = Michaël Roynard, Edwin Carlinet, Thierry Géraud |
||
− | | booktitle = Proceedings of the 2nd Workshop on Reproducible Research in Pattern Recognition (RRPR) |
+ | | booktitle = Proceedings of the 2nd Workshop on Reproducible Research in Pattern Recognition (RRPR 2018) |
+ | | volume = 11455 |
||
⚫ | | abstract = As there are as many clients as many usages of an Image Processing library, each one may expect different services from it. Some clients may look for efficient and production-quality algorithms, some may look for a large tool set, while others may look for extensibility and genericity to inter-operate with their own code base... but in most cases, they want a simple-to-use and stable product. For a C++ Image Processing library designer, it is difficult to conciliate genericity, efficiency and simplicity at the same time. |
||
+ | | series = Lecture Notes in Computer Science |
||
+ | | pages = 121 to 137 |
||
⚫ | | abstract = As there are as many clients as many usages of an Image Processing library, each one may expect different services from it. Some clients may look for efficient and production-quality algorithms, some may look for a large tool set, while others may look for extensibility and genericity to inter-operate with their own code base... but in most cases, they want a simple-to-use and stable product. For a C++ Image Processing library designer, it is difficult to conciliate genericity, efficiency and simplicity at the same time. Modern C++ (post 2011) brings new features for library developers that will help designing a software solution combining those three points. In this paper, we develop a method using these facilities to abstract the library components and augment the genericity of the algorithms. Furthermore, this method is not specific to image processing; it can be applied to any C++ scientific library. |
||
| lrdepaper = http://www.lrde.epita.fr/dload/papers/roynard.18.rrpr.pdf |
| lrdepaper = http://www.lrde.epita.fr/dload/papers/roynard.18.rrpr.pdf |
||
| lrdeprojects = Olena |
| lrdeprojects = Olena |
||
Line 12: | Line 15: | ||
| type = inproceedings |
| type = inproceedings |
||
| id = roynard.18.rrpr |
| id = roynard.18.rrpr |
||
+ | | identifier = doi:10.1007/978-3-030-23987-9_12 |
||
| bibtex = |
| bibtex = |
||
@InProceedings<nowiki>{</nowiki> roynard.18.rrpr, |
@InProceedings<nowiki>{</nowiki> roynard.18.rrpr, |
||
Line 18: | Line 22: | ||
author = <nowiki>{</nowiki>Micha\"el Roynard and Edwin Carlinet and Thierry G\'eraud<nowiki>}</nowiki>, |
author = <nowiki>{</nowiki>Micha\"el Roynard and Edwin Carlinet and Thierry G\'eraud<nowiki>}</nowiki>, |
||
booktitle = <nowiki>{</nowiki>Proceedings of the 2nd Workshop on Reproducible Research |
booktitle = <nowiki>{</nowiki>Proceedings of the 2nd Workshop on Reproducible Research |
||
− | in Pattern Recognition (RRPR)<nowiki>}</nowiki>, |
+ | in Pattern Recognition (RRPR 2018)<nowiki>}</nowiki>, |
− | + | volume = <nowiki>{</nowiki>11455<nowiki>}</nowiki>, |
|
+ | series = <nowiki>{</nowiki>Lecture Notes in Computer Science<nowiki>}</nowiki>, |
||
+ | pages = <nowiki>{</nowiki>121--137<nowiki>}</nowiki>, |
||
+ | year = <nowiki>{</nowiki>2019<nowiki>}</nowiki>, |
||
+ | doi = <nowiki>{</nowiki>10.1007/978-3-030-23987-9_12<nowiki>}</nowiki>, |
||
abstract = <nowiki>{</nowiki>As there are as many clients as many usages of an Image |
abstract = <nowiki>{</nowiki>As there are as many clients as many usages of an Image |
||
Processing library, each one may expect different services |
Processing library, each one may expect different services |
Latest revision as of 12:47, 24 November 2020
- Authors
- Michaël Roynard, Edwin Carlinet, Thierry Géraud
- Where
- Proceedings of the 2nd Workshop on Reproducible Research in Pattern Recognition (RRPR 2018)
- Type
- inproceedings
- Projects
- Olena
- Keywords
- Image
- Date
- 2018-10-25
Abstract
As there are as many clients as many usages of an Image Processing library, each one may expect different services from it. Some clients may look for efficient and production-quality algorithms, some may look for a large tool set, while others may look for extensibility and genericity to inter-operate with their own code base... but in most cases, they want a simple-to-use and stable product. For a C++ Image Processing library designer, it is difficult to conciliate genericity, efficiency and simplicity at the same time. Modern C++ (post 2011) brings new features for library developers that will help designing a software solution combining those three points. In this paper, we develop a method using these facilities to abstract the library components and augment the genericity of the algorithms. Furthermore, this method is not specific to image processing; it can be applied to any C++ scientific library.
Documents
Bibtex (lrde.bib)
@InProceedings{ roynard.18.rrpr, title = {An Image Processing Library in Modern {C++}: Getting Simplicity and Efficiency with Generic Programming}, author = {Micha\"el Roynard and Edwin Carlinet and Thierry G\'eraud}, booktitle = {Proceedings of the 2nd Workshop on Reproducible Research in Pattern Recognition (RRPR 2018)}, volume = {11455}, series = {Lecture Notes in Computer Science}, pages = {121--137}, year = {2019}, doi = {10.1007/978-3-030-23987-9_12}, abstract = {As there are as many clients as many usages of an Image Processing library, each one may expect different services from it. Some clients may look for efficient and production-quality algorithms, some may look for a large tool set, while others may look for extensibility and genericity to inter-operate with their own code base... but in most cases, they want a simple-to-use and stable product. For a C++ Image Processing library designer, it is difficult to conciliate genericity, efficiency and simplicity at the same time. Modern C++ (post 2011) brings new features for library developers that will help designing a software solution combining those three points. In this paper, we develop a method using these facilities to abstract the library components and augment the genericity of the algorithms. Furthermore, this method is not specific to image processing; it can be applied to any C++ scientific library.} }