Difference between revisions of "Publications/levillain.10.icip"
From LRDE
(Created page with "{{Publication | date = 2010-09-01 | authors = Roland Levillain, Thierry Géraud, Laurent Najman | title = Why and How to Design a Generic and Efficient Image Processing Framew...") |
|||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Publication |
{{Publication |
||
− | | |
+ | | published = true |
+ | | date = 2010-05-26 |
||
| authors = Roland Levillain, Thierry Géraud, Laurent Najman |
| authors = Roland Levillain, Thierry Géraud, Laurent Najman |
||
| title = Why and How to Design a Generic and Efficient Image Processing Framework: The Case of the Milena Library |
| title = Why and How to Design a Generic and Efficient Image Processing Framework: The Case of the Milena Library |
||
Line 6: | Line 7: | ||
| pages = 1941 to 1944 |
| pages = 1941 to 1944 |
||
| address = Hong Kong |
| address = Hong Kong |
||
− | | |
+ | | lrdeprojects = Olena |
− | | urllrde = 201009-ICIP |
||
| 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. |
| 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 |
||
+ | | lrdepaper = http://www.lrde.epita.fr/dload/papers/levillain.10.icip.pdf |
||
+ | | lrdenewsdate = 2010-05-26 |
||
| type = inproceedings |
| type = inproceedings |
||
| id = levillain.10.icip |
| id = levillain.10.icip |
||
Line 22: | Line 25: | ||
address = <nowiki>{</nowiki>Hong Kong<nowiki>}</nowiki>, |
address = <nowiki>{</nowiki>Hong Kong<nowiki>}</nowiki>, |
||
month = sep, |
month = sep, |
||
− | project = <nowiki>{</nowiki>Olena<nowiki>}</nowiki>, |
||
abstract = <nowiki>{</nowiki>Most image processing frameworks are not generic enough to |
abstract = <nowiki>{</nowiki>Most image processing frameworks are not generic enough to |
||
provide true reusability of data structures and algorithms. |
provide true reusability of data structures and algorithms. |
Latest revision as of 18:57, 4 January 2018
- 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, 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} }