[cliquer ici pour la version en français] Translate original post with Google Translate Je viens de mettre à jour la page contenant les ressources sur la LDM (Local Dissimilarity Map - Carte de Dissimilarité Locales - cas binaire). La page contient dorénavant deux implémentations de référence. L'une d'elle est une application (en ligne de commande) [...]
Pixel shaker
Blog on image processing and analysis (by Frédéric Morain-Nicolier)
Tag Archives: coding
A minimal ImageJ Plugin in Clojure: image inversion
[cliquer ici pour la version en français] I show in this post how to write an ImageJ plugin with Clojure. This example is taken from Digital Image Processing: An Algorithmic Introduction Using Java: an image inversion (page 32). The goal is to invert all the pixels of a 8-bit grayscale image, turning an image into [...]
ImageJ in a Sage notebook, an example of Python calling Java
[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 [...]