no.hiof.imagepr.morphology
Class RingStructEl

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

public class RingStructEl
extends StructElement

A RingStructEl models a ring shaped structure element with a given radius and a thickness of one.

Author:
Per-Olav Rusås
See Also:
Morphology

Field Summary
 
Fields inherited from class no.hiof.imagepr.morphology.StructElement
elementMatrix, hCenter, vCenter
 
Constructor Summary
RingStructEl(int radius)
          Constructor which sets the radius of the ring shaped 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

RingStructEl

public RingStructEl(int radius)
Constructor which sets the radius of the ring shaped structure element.

Parameters:
radius - The radius of the ring.