Tag Archives: coding

Project Euler with Clojure (1)

[cliquer ici pour la version en français] The first Euler project problem is stated as : If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23. Find the sum of all the multiples of 3 [...]

Digital images and arrays : the same thing ?

[cliquer ici pour la version en français] Take an image processing book (Morphological Image Analysis by example). The first pages are about defining important concepts. Thus an image is often defined as a mapping from D, a subspace of \mathbb{Z}^2, to a number (0 or 1 in the binary case). The subspace D is the [...]

Je n'aime pas les méthodes privées !

[cliquer ici pour la version en français] Translate original post with Google Translate Je suis actuellement en train de faire joujou avec ImageJ et la webcam intégrée à mon netbook. Je teste ainsi la mise en oeuvre de traitements temps-réels. Comme je ne suis que rarement original, j'ai cherché à faire afficher en permanence la [...]