Difference between revisions of "Publications/darbon.02.ismm"

From LRDE

(Created page with "{{Publication | date = 2002-04-01 | authors = Jérôme Darbon, Thierry Géraud, Alexandre Duret-Lutz | title = Generic implementation of morphological image operators | bookti...")
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Publication
 
{{Publication
  +
| published = true
 
| date = 2002-04-01
 
| date = 2002-04-01
 
| authors = Jérôme Darbon, Thierry Géraud, Alexandre Duret-Lutz
 
| authors = Jérôme Darbon, Thierry Géraud, Alexandre Duret-Lutz
Line 7: Line 8:
 
| address = Sydney, Australia
 
| address = Sydney, Australia
 
| publisher = CSIRO Publishing
 
| publisher = CSIRO Publishing
 
| abstract = Several libraries dedicated to mathematical morphology exist. But they lack genericity, that is to say, the ability for operators to accept input of different natures —2D binary images, graphs enclosing floating values, etc. We describe solutions which are integrated in Olena, a library providing morphological operators. We demonstrate with some examples that translating mathematical formulas and algorithms into source code is made easy and safe with Olena. Moreover, experimental results show that no extra costs at run-time are induced.
| project = Olena
 
| urllrde = 200204-Ismm
 
| abstract = Several libraries dedicated to mathematical morphology exist. But they lack genericity, that is to say, the ability for operators to accept input of different natures ---2D binary images, graphs enclosing floating values, etc. We describe solutions which are integrated in Olena, a library providing morphological operators. We demonstrate with some examples that translating mathematical formulas and algorithms into source code is made easy and safe with Olena. Moreover, experimental results show that no extra costs at run-time are induced.
 
 
| lrdeprojects = Olena
 
| lrdeprojects = Olena
 
| type = inproceedings
 
| type = inproceedings
Line 25: Line 24:
 
month = apr,
 
month = apr,
 
publisher = <nowiki>{</nowiki>CSIRO Publishing<nowiki>}</nowiki>,
 
publisher = <nowiki>{</nowiki>CSIRO Publishing<nowiki>}</nowiki>,
project = <nowiki>{</nowiki>Olena<nowiki>}</nowiki>,
 
 
abstract = <nowiki>{</nowiki>Several libraries dedicated to mathematical morphology
 
abstract = <nowiki>{</nowiki>Several libraries dedicated to mathematical morphology
 
exist. But they lack genericity, that is to say, the
 
exist. But they lack genericity, that is to say, the

Latest revision as of 15:20, 5 January 2018

Abstract

Several libraries dedicated to mathematical morphology exist. But they lack genericity, that is to say, the ability for operators to accept input of different natures —2D binary images, graphs enclosing floating values, etc. We describe solutions which are integrated in Olena, a library providing morphological operators. We demonstrate with some examples that translating mathematical formulas and algorithms into source code is made easy and safe with Olena. Moreover, experimental results show that no extra costs at run-time are induced.


Bibtex (lrde.bib)

@InProceedings{	  darbon.02.ismm,
  author	= {J\'er\^ome Darbon and Thierry G\'eraud and Alexandre
		  Duret-Lutz},
  title		= {Generic implementation of morphological image operators},
  booktitle	= {Mathematical Morphology, Proceedings of the 6th
		  International Symposium (ISMM)},
  pages		= {175--184},
  year		= 2002,
  address	= {Sydney, Australia},
  month		= apr,
  publisher	= {CSIRO Publishing},
  abstract	= {Several libraries dedicated to mathematical morphology
		  exist. But they lack genericity, that is to say, the
		  ability for operators to accept input of different natures
		  ---2D binary images, graphs enclosing floating values, etc.
		  We describe solutions which are integrated in Olena, a
		  library providing morphological operators. We demonstrate
		  with some examples that translating mathematical formulas
		  and algorithms into source code is made easy and safe with
		  Olena. Moreover, experimental results show that no extra
		  costs at run-time are induced.}
}