Writing generic image processing algorithms

From LRDE

Revision as of 18:05, 9 January 2018 by Bot (talk | contribs) (Created page with "{{CSIReport | authors = Simon Guillot | title = Writing generic image processing algorithms | year = 2011 | abstract = Climb is a generic image processing library written in L...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Abstract

Climb is a generic image processing library written in Lisp. The study of the implementation of a segmentation algorithm by computing watersheds highlights the possibilities offered by the combination of a dynamic language like Lisp and a generic image representation. This case study tackles basic concepts of manipulating images in Climb like: sites, site-sets and accumulators.