|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--base.ElementStructurant
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 |
|
Field Detail |
public boolean[][] patron
public int x0
public int y0
Constructor Detail |
public ElementStructurant(boolean[][] _patron, int _x0, int _y0)
_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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |