[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 [...]
Pixel shaker
Blog on image processing and analysis (by Frédéric Morain-Nicolier)
Tag Archives: example
How to find good examples of triangular inequality for visual similarity?
[cliquer ici pour la version en français] Amos Tversky works have shown that human similarity judgement is not a metric (in a mathematic sens). In particular the following properties are not always verified: Minimality : \delta(a,b) \geq \delta(a, a) = 0. Symmetry : \delta(a, b) = \delta(b, a). Triangular inequality : \delta(a, b) + \delta(b, [...]
Détection de motifs par intercorrélation
Avec cet article, je commence une petite série destinée à expliquer quelques méthodes permettant de trouver des objets dans une image. Toute les méthodes seront accompagnées d'illustrations reproductible sous sage. Les codes sources seront également téléchargeables sous la forme d'un notebook sage. La méthode décrite ici est la base de la détection de motif : l'intercorrélation