|
||||||||||
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.OvalStructEl
An OvalStructEl models an oval shaped structure element with a given half width in horizontal and vertical direction.
Morphology
Field Summary |
Fields inherited from class no.hiof.imagepr.morphology.StructElement |
elementMatrix, hCenter, vCenter |
Constructor Summary | |
OvalStructEl(int halfHeight,
int halfWidth)
A constructor which sets the half height and half width of the oval structure element. |
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 OvalStructEl(int halfHeight, int halfWidth)
halfWidth
- The half width.halfHeight
- The half height.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |