no.hiof.imagepr.morphology
Class OvalStructEl

java.lang.Object
  extended byno.hiof.imagepr.morphology.StructElement
      extended byno.hiof.imagepr.morphology.OvalStructEl

public class OvalStructEl
extends StructElement

An OvalStructEl models an oval shaped structure element with a given half width in horizontal and vertical direction.

Author:
Per-Olav Rusås
See Also:
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

OvalStructEl

public OvalStructEl(int halfHeight,
                    int halfWidth)
A constructor which sets the half height and half width of the oval structure element.

Parameters:
halfWidth - The half width.
halfHeight - The half height.