[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 [...]
Pixel shaker
Blog on image processing and analysis (by Frédéric Morain-Nicolier)
Tag Archives: image processing
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 [...]
Détection de motifs : exploitation de la phase (suite de l'inter-corrélation)
Dans un billet précédent, nous avons vu comment (en théorie) une inter-corrélation pouvait permettre de localiser un objet dans une image. La conclusion était que l'inter-corrélation n'est pas très efficace car sa valeur dépend énormément du niveau de gris des images et assez peu de leur information spatiale. Nous allons voir comment corriger cela.