[cliquer ici pour la version en français] Sage is a wonderful system: a big set of mathematical languages and libraries glued with Python. This is quite remarquable, but i use frequently Java for my image processing and analysis applications. In particular, the ImageJ framework allows to write plugins, making easy the application distribution. The aim [...]
Pixel shaker
Blog on image processing and analysis (by Frédéric Morain-Nicolier)
Tag Archives: image processing
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. [...]
Image representation (Clojure and Java), part one
[cliquer ici pour la version en français] In a previous post (Digital images and arrays : the same thing ?) i moaned about the lack of support of negative coordinate in image representations. In order to go beyond a simple observation, and because i need it, here is my firsts lines (of code) on this [...]