Difference between revisions of "Publications/levillain.10.wadgmm"

From LRDE

(Created page with "{{Publication | date = 2010-08-01 | authors = Roland Levillain, Thierry Géraud, Laurent Najman | title = Writing Reusable Digital Geometry Algorithms in a Generic Image Proce...")
 
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Publication
 
{{Publication
| date = 2010-08-01
+
| published = true
  +
| date = 2012-07-30
 
| authors = Roland Levillain, Thierry Géraud, Laurent Najman
 
| authors = Roland Levillain, Thierry Géraud, Laurent Najman
 
| title = Writing Reusable Digital Geometry Algorithms in a Generic Image Processing Framework
 
| title = Writing Reusable Digital Geometry Algorithms in a Generic Image Processing Framework
Line 7: Line 8:
 
| address = Istanbul, Turkey
 
| address = Istanbul, Turkey
 
| None = Generic Programming, Interface, Skeleton, Complex
 
| None = Generic Programming, Interface, Skeleton, Complex
| project = Olena
+
| lrdeprojects = Olena
| urllrde = 201008-WADGMM
 
 
| abstract = Digital Geometry software should reflect the generality of the underlying mathematics: mapping the latter to the former requires genericity. By designing generic solutionsone can effectively reuse digital geometry data structures and algorithms. We propose an image processing framework centered on the Generic Programming paradigm in which an algorithm on the paper can be turn into a single codewritten once and usable with various input types. This approach enables users to design and implement new methods at a lower cost, try cross-domain experiments and help generalize results.
 
| abstract = Digital Geometry software should reflect the generality of the underlying mathematics: mapping the latter to the former requires genericity. By designing generic solutionsone can effectively reuse digital geometry data structures and algorithms. We propose an image processing framework centered on the Generic Programming paradigm in which an algorithm on the paper can be turn into a single codewritten once and usable with various input types. This approach enables users to design and implement new methods at a lower cost, try cross-domain experiments and help generalize results.
  +
| lrdeslides = http://www.lrde.epita.fr/dload/papers/levillain.10.wadgmm.slides.pdf
  +
| lrdepaper = http://www.lrde.epita.fr/dload/papers/levillain.10.wadgmm.pdf
  +
| lrdenewsdate = 2012-07-30
 
| type = inproceedings
 
| type = inproceedings
 
| id = levillain.10.wadgmm
 
| id = levillain.10.wadgmm
Line 24: Line 27:
 
month = aug,
 
month = aug,
 
url = <nowiki>{</nowiki>http://mdigest.jrc.ec.europa.eu/wadgmm2010/<nowiki>}</nowiki>,
 
url = <nowiki>{</nowiki>http://mdigest.jrc.ec.europa.eu/wadgmm2010/<nowiki>}</nowiki>,
project = <nowiki>{</nowiki>Olena<nowiki>}</nowiki>,
 
 
abstract = <nowiki>{</nowiki>Digital Geometry software should reflect the generality of
 
abstract = <nowiki>{</nowiki>Digital Geometry software should reflect the generality of
 
the underlying mathematics: mapping the latter to the
 
the underlying mathematics: mapping the latter to the

Latest revision as of 17:57, 4 January 2018

Abstract

Digital Geometry software should reflect the generality of the underlying mathematics: mapping the latter to the former requires genericity. By designing generic solutionsone can effectively reuse digital geometry data structures and algorithms. We propose an image processing framework centered on the Generic Programming paradigm in which an algorithm on the paper can be turn into a single codewritten once and usable with various input types. This approach enables users to design and implement new methods at a lower cost, try cross-domain experiments and help generalize results.

Documents

Bibtex (lrde.bib)

@InProceedings{	  levillain.10.wadgmm,
  author	= {Roland Levillain and Thierry G\'eraud and Laurent Najman},
  title		= {Writing Reusable Digital Geometry Algorithms in a Generic
		  Image Processing Framework},
  booktitle	= {Proceedings of the Workshop on Applications of Digital
		  Geometry and Mathematical Morphology (WADGMM)},
  pages		= {96--100},
  year		= 2010,
  address	= {Istanbul, Turkey},
  month		= aug,
  url		= {http://mdigest.jrc.ec.europa.eu/wadgmm2010/},
  abstract	= {Digital Geometry software should reflect the generality of
		  the underlying mathematics: mapping the latter to the
		  former requires genericity. By designing generic solutions,
		  one can effectively reuse digital geometry data structures
		  and algorithms. We propose an image processing framework
		  centered on the Generic Programming paradigm in which an
		  algorithm on the paper can be turn into a single code,
		  written once and usable with various input types. This
		  approach enables users to design and implement new methods
		  at a lower cost, try cross-domain experiments and help
		  generalize results.},
  keywords	= {Generic Programming, Interface, Skeleton, Complex}
}