|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.hiof.imagepr.morphology.StructElement
no.hiof.imagepr.morphology.RectangStructEl
A RectangStructEl models a rectangular structur element.
Morphology
Field Summary |
Fields inherited from class no.hiof.imagepr.morphology.StructElement |
elementMatrix, hCenter, vCenter |
Constructor Summary | |
RectangStructEl(int height,
int width,
int vCenter,
int hCenter)
Constructs a rectangular structure element with given size and center. |
Methods inherited from class no.hiof.imagepr.morphology.StructElement |
createReflectStruct, getElementMatrix, getHCenter, getHeight, getVCenter, getWidth |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RectangStructEl(int height, int width, int vCenter, int hCenter)
height
- The height of the structure element.width
- The width of the structure element.vCenter
- The vertical coordinate of the elements center.hCenter
- The horizontal coordinate of the elements center.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |