base
Class ElementStructurant

java.lang.Object
  |
  +--base.ElementStructurant

public class ElementStructurant
extends java.lang.Object


Field Summary
 boolean[][] patron
          L'ensemble des points de l'élément structurant binaire, un true représentant un point.
 int x0
          L'abscisse du point d'application de l'élément.
 int y0
          L'ordonnée du point d'application de l'élément.
 
Constructor Summary
ElementStructurant(boolean[][] _patron, int _x0, int _y0)
          Instancie un ElementStructurant.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

patron

public boolean[][] patron
L'ensemble des points de l'élément structurant binaire, un true représentant un point.

x0

public int x0
L'abscisse du point d'application de l'élément.

y0

public int y0
L'ordonnée du point d'application de l'élément.
Constructor Detail

ElementStructurant

public ElementStructurant(boolean[][] _patron,
                          int _x0,
                          int _y0)
Instancie un ElementStructurant.
Parameters:
_patron - un tableau de boolean dont les cases contenant true représentent les points appartenant à l'élément structurant.
_x0 - L'abscisse du point d'application de l'élément.
_y0 - L'ordonnée du point d'application de l'élément.