Difference between revisions of "Publications/senta.12.els"

From LRDE

 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
| title = Generic Image Processing with Climb
 
| title = Generic Image Processing with Climb
 
| booktitle = European Lisp Symposium
 
| booktitle = European Lisp Symposium
| urllrde = 201205-ELS
 
 
| address = Zadar, Croatia
 
| address = Zadar, Croatia
 
| abstract = We present Climb, an experimental generic image processing library written in Common Lisp. Most image processing libraries are developed in static languages such as C or C++ (often for performance reasons). The motivation behind Climb is to provide an alternative view of the same domainfrom the perspective of dynamic languages. More preciselythe main goal of Climb is to explore the dynamic way(s) of addressing the question of genericity, while applying the research to a concrete domain. Although still a prototypeClimb already features several levels of genericity and ships with a set of built-in algorithms as well as means to combine them.
 
| abstract = We present Climb, an experimental generic image processing library written in Common Lisp. Most image processing libraries are developed in static languages such as C or C++ (often for performance reasons). The motivation behind Climb is to provide an alternative view of the same domainfrom the perspective of dynamic languages. More preciselythe main goal of Climb is to explore the dynamic way(s) of addressing the question of genericity, while applying the research to a concrete domain. Although still a prototypeClimb already features several levels of genericity and ships with a set of built-in algorithms as well as means to combine them.
 
| lrdepaper = http://www.lrde.epita.fr/dload/papers/senta.12.els.pdf
 
| lrdepaper = http://www.lrde.epita.fr/dload/papers/senta.12.els.pdf
 
| lrdekeywords = Software engineering
 
| lrdekeywords = Software engineering
| lrdeprojects = Olena
+
| lrdeprojects = Climb
 
| type = inproceedings
 
| type = inproceedings
 
| id = senta.12.els
 
| id = senta.12.els
  +
| identifier = doi:10.5281/zenodo.3248934
 
| bibtex =
 
| bibtex =
 
@InProceedings<nowiki>{</nowiki> senta.12.els,
 
@InProceedings<nowiki>{</nowiki> senta.12.els,
Line 18: Line 18:
 
title = <nowiki>{</nowiki>Generic Image Processing with <nowiki>{</nowiki>C<nowiki>}</nowiki>limb<nowiki>}</nowiki>,
 
title = <nowiki>{</nowiki>Generic Image Processing with <nowiki>{</nowiki>C<nowiki>}</nowiki>limb<nowiki>}</nowiki>,
 
booktitle = <nowiki>{</nowiki>European Lisp Symposium<nowiki>}</nowiki>,
 
booktitle = <nowiki>{</nowiki>European Lisp Symposium<nowiki>}</nowiki>,
  +
doi = <nowiki>{</nowiki>10.5281/zenodo.3248934<nowiki>}</nowiki>,
 
year = 2012,
 
year = 2012,
 
address = <nowiki>{</nowiki>Zadar, Croatia<nowiki>}</nowiki>,
 
address = <nowiki>{</nowiki>Zadar, Croatia<nowiki>}</nowiki>,

Latest revision as of 16:51, 18 June 2019

Abstract

We present Climb, an experimental generic image processing library written in Common Lisp. Most image processing libraries are developed in static languages such as C or C++ (often for performance reasons). The motivation behind Climb is to provide an alternative view of the same domainfrom the perspective of dynamic languages. More preciselythe main goal of Climb is to explore the dynamic way(s) of addressing the question of genericity, while applying the research to a concrete domain. Although still a prototypeClimb already features several levels of genericity and ships with a set of built-in algorithms as well as means to combine them.

Documents

Bibtex (lrde.bib)

@InProceedings{	  senta.12.els,
  author	= {Laurent Senta and Christopher Chedeau and Didier Verna},
  title		= {Generic Image Processing with {C}limb},
  booktitle	= {European Lisp Symposium},
  doi		= {10.5281/zenodo.3248934},
  year		= 2012,
  address	= {Zadar, Croatia},
  month		= may,
  abstract	= {We present Climb, an experimental generic image processing
		  library written in Common Lisp. Most image processing
		  libraries are developed in static languages such as C or
		  C++ (often for performance reasons). The motivation behind
		  Climb is to provide an alternative view of the same domain,
		  from the perspective of dynamic languages. More precisely,
		  the main goal of Climb is to explore the dynamic way(s) of
		  addressing the question of genericity, while applying the
		  research to a concrete domain. Although still a prototype,
		  Climb already features several levels of genericity and
		  ships with a set of built-in algorithms as well as means to
		  combine them.}
}