Imp
[using it]
Interface Manipulation Package v4.0 (2008-06-25) a-projector ©copyright Author


imp.ima.util
Class Curvature

java.lang.Object
  extended by imp.ima.util.RgbFilter
      extended by imp.ima.util.Curvature
Direct Known Subclasses:
Curvature.Corner

public class Curvature
extends RgbFilter

Defines the curvature operator using a RGB version of the Plessey method.


Nested Class Summary
static class Curvature.Corner
          Extract local maxima in a 9x9 windows of the blue image channel.
 
Constructor Summary
Curvature()
          Constructs a curvature operator.
 
Method Summary
 
Methods inherited from class imp.ima.util.RgbFilter
filterChannel, getChannel, getChannel, getRGB
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Curvature

public Curvature()
Constructs a curvature operator.