Difference between revisions of "Publications/darbon.04.ecoopphd"

From LRDE

 
Line 6: Line 6:
 
| booktitle = Proceedings of the ECOOP Workshop for PhD Students
 
| booktitle = Proceedings of the ECOOP Workshop for PhD Students
 
| address = Oslo, Norway
 
| address = Oslo, Norway
| project = Olena
 
| urllrde = 200406-ECOOPPHD
 
 
| abstract = This paper deals with the implementation of algorithms in the specific domain of image processing. Although many image processing libraries are available, they generally lack genericity and flexibility. Many image processing algorithms can be expressed as compositions of elementary algorithmic operations referred to as blocks. Implementing these compositions is achieved using generic programming. Our solution is compared to previous ones and we demonstrate it on a class image processing algorithms.
 
| abstract = This paper deals with the implementation of algorithms in the specific domain of image processing. Although many image processing libraries are available, they generally lack genericity and flexibility. Many image processing algorithms can be expressed as compositions of elementary algorithmic operations referred to as blocks. Implementing these compositions is achieved using generic programming. Our solution is compared to previous ones and we demonstrate it on a class image processing algorithms.
 
| lrdeprojects = Olena
 
| lrdeprojects = Olena
Line 21: Line 19:
 
address = <nowiki>{</nowiki>Oslo, Norway<nowiki>}</nowiki>,
 
address = <nowiki>{</nowiki>Oslo, Norway<nowiki>}</nowiki>,
 
month = jun,
 
month = jun,
project = <nowiki>{</nowiki>Olena<nowiki>}</nowiki>,
 
 
abstract = <nowiki>{</nowiki>This paper deals with the implementation of algorithms in
 
abstract = <nowiki>{</nowiki>This paper deals with the implementation of algorithms in
 
the specific domain of image processing. Although many
 
the specific domain of image processing. Although many

Latest revision as of 12:13, 26 April 2016

Abstract

This paper deals with the implementation of algorithms in the specific domain of image processing. Although many image processing libraries are available, they generally lack genericity and flexibility. Many image processing algorithms can be expressed as compositions of elementary algorithmic operations referred to as blocks. Implementing these compositions is achieved using generic programming. Our solution is compared to previous ones and we demonstrate it on a class image processing algorithms.


Bibtex (lrde.bib)

@InProceedings{	  darbon.04.ecoopphd,
  author	= {J\'er\^ome Darbon and Thierry G\'eraud and Patrick Bellot},
  title		= {Generic algorithmic blocks dedicated to image processing},
  booktitle	= {Proceedings of the ECOOP Workshop for PhD Students},
  year		= 2004,
  address	= {Oslo, Norway},
  month		= jun,
  abstract	= {This paper deals with the implementation of algorithms in
		  the specific domain of image processing. Although many
		  image processing libraries are available, they generally
		  lack genericity and flexibility. Many image processing
		  algorithms can be expressed as compositions of elementary
		  algorithmic operations referred to as blocks. Implementing
		  these compositions is achieved using generic programming.
		  Our solution is compared to previous ones and we
		  demonstrate it on a class image processing algorithms.}
}