I have integrated the LRDE (EPITA Research & Development Lab) few months ago as a student and this is my first research presentation.

Climb - A Generic and Dynamic Approach to Image Processing

Abstract: "Climb is a generic image processing library. A case study of the erosion algorithm from mathematical morphology highlights the issues of a non-generic implementation. Structures such as Image, Site Set and Accumulator are defined to solve them. Genericity is even increased by the concept of Morphers: a way to alter the communication between an object and the outside world. All these additions are done using the dynamic aspect of Lisp that allows for rapid prototyping."

Presentation

The oral presentation is in French. The slides (Download) are not readable in the video due to the poor recording quality, please scroll the slideshare at the same time you are viewing the video.

Technical Report

Along with the presentation, I have written a 20-pages technical report (Download).

If you liked this article, you might be interested in my Twitter feed as well.
 
  • http://www.mysc2vids.com/ Alina Kovakolsky

    This is looking good. I am definitively going to use it for some stuff that I have been working on. Thank you! :D

  • Pingback: Myself! | Vjeux

 

Random Posts

  • September 24, 2011 -- Javascript: Cyclic Object Detection (2)
    URLON.stringify() suffer from a problem, when passed an object that contains a cycle, it will never stop. This article shows 3 techniques in order to detect if an object is cyclical. Edit the object: Mark In order to detect a cycle in an object, the method we learn at school is to mark each visi...
  • October 14, 2011 -- Mathematical Morphology Presentation (0)
    Last year, I've done a one-hour presentation of Mathematical Morphology in front of other students. Here are the slides: ...
  • January 8, 2010 -- Javascript – Sorting Table (4)
    For my new project on World of Raids I have to implement a table sorting. The browser not stable sorting and the faster sorting trick add difficulty to the task. String Comparison As mentionned in the Speed Up Javascript Sort() article, using a string as a key to represent each element is faster...
  • December 16, 2010 -- Javascript – Array Performances (1)
    Image Processing is an active research area and it is mostly written in C and C++ because of performance reasons. Browser makers are at war to make Javascript fast. I want to know if it is viable to do it in Javascript. At the moment, there are really few people doing Image Processing in Javascri...
  • October 11, 2009 -- EPITA – Project Recap (0)
    It has been one month that the third year (called Ing1) of EPITA started and this is a recap of the interesting projects that I developed. malloc (1 week) The goal of this mini-project is to improve our knowledge of memory management by implementing the C standard library memory allocator (mallo...