Difference between revisions of "Publications/levillain.10.icip"
From LRDE
Line 9: | Line 9: | ||
| project = Olena |
| project = Olena |
||
| urllrde = 201009-ICIP |
| urllrde = 201009-ICIP |
||
− | | abstract = Most image processing frameworks are not generic enough to provide true reusability of data structures and algorithms. |
+ | | abstract = Most image processing frameworks are not generic enough to provide true reusability of data structures and algorithms. In fact, genericity allows users to write and experiment virtually any method on any compatible input(s). In this paper, we advocate the use of generic programming in the design of image processing software, while preserving performances close to dedicated code. The implementation of our proposal, Milena, a generic and efficient libraryillustrates the benefits of our approach. |
| lrdeposter = http://www.lrde.epita.fr/dload/papers/levillain.10.icip.poster.pdf |
| lrdeposter = http://www.lrde.epita.fr/dload/papers/levillain.10.icip.poster.pdf |
||
| lrdepaper = http://www.lrde.epita.fr/dload/papers/levillain.10.icip.pdf |
| lrdepaper = http://www.lrde.epita.fr/dload/papers/levillain.10.icip.pdf |
Revision as of 09:01, 10 September 2014
- Authors
- Roland Levillain, Thierry Géraud, Laurent Najman
- Where
- Proceedings of the IEEE International Conference on Image Processing (ICIP)
- Place
- Hong Kong
- Type
- inproceedings
- Projects
- Olena
- Date
- 2010-05-26
Abstract
Most image processing frameworks are not generic enough to provide true reusability of data structures and algorithms. In fact, genericity allows users to write and experiment virtually any method on any compatible input(s). In this paper, we advocate the use of generic programming in the design of image processing software, while preserving performances close to dedicated code. The implementation of our proposal, Milena, a generic and efficient libraryillustrates the benefits of our approach.
Documents
Bibtex (lrde.bib)
@InProceedings{ levillain.10.icip, author = {Roland Levillain and Thierry G\'eraud and Laurent Najman}, title = {Why and How to Design a Generic and Efficient Image Processing Framework: The Case of the {Milena} Library}, booktitle = {Proceedings of the IEEE International Conference on Image Processing (ICIP)}, pages = {1941--1944}, year = 2010, address = {Hong Kong}, month = sep, project = {Olena}, abstract = {Most image processing frameworks are not generic enough to provide true reusability of data structures and algorithms. In fact, genericity allows users to write and experiment virtually any method on any compatible input(s). In this paper, we advocate the use of generic programming in the design of image processing software, while preserving performances close to dedicated code. The implementation of our proposal, Milena, a generic and efficient library, illustrates the benefits of our approach.}, keywords = {Genericity, Image Processing, Software Design, Reusability, Efficiency} }