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


imp.ima.util
Class EdgeMap.Contrast

java.lang.Object
  extended by imp.ima.util.RgbFilter
      extended by imp.ima.util.EdgeMap.Contrast
Enclosing class:
EdgeMap

public static class EdgeMap.Contrast
extends RgbFilter

Defines a simple contrast (Mexican-hat) operator on the blue channel.


Constructor Summary
EdgeMap.Contrast(int window)
          Constructs a Mexican-hat operator of a given window size.
 
Method Summary
 
Methods inherited from class imp.ima.util.RgbFilter
filterChannel, filterRGB, getChannel, getChannel, getRGB
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeMap.Contrast

public EdgeMap.Contrast(int window)
Constructs a Mexican-hat operator of a given window size.

Parameters:
window - [optional, default is 1] The operator window size.