[cliquer ici pour la version en français] Translate original post with Google Translate Nous recherchons des candidats pour une bourse de thèse dans le domaine de l'indexation d'images - école doctorale Sciences, Technologie, Santé de l'université de Reims-Champagne-Ardenne (http://www.univ-reims.fr), laboratoire CReSTIC (http://crestic.univ-reims.fr). L'obtention de cette bourse sera définitive après sélection du candidat par la région [...]
Pixel shaker
Blog on image processing and analysis (by Frédéric Morain-Nicolier)
Tag Archives: representation
Clojure functions with meta-data. Image representation #3
[cliquer ici pour la version en français] Previously on Pixel Shaker : an image is a bounded function that can be coded as a Java-class. This Java-class involves a lots codelines, even in Clojure. Today is an exploration of this concept in a more idiomatic way. A bounded function is a function with an additional [...]
Image representation (Clojure and Java) #2
[cliquer ici pour la version en français] Last time was given an image representation as a bounded function (see this post). This java class was completely written in Clojure. This representation is the equivament of an image from a mathematical view. It is not very efficient. Usually an image is stored as a 2-d array. [...]