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


imp.ima.util
Class Regions

java.lang.Object
  extended by imp.ima.util.RgbFilter
      extended by imp.ima.util.Regions

public class Regions
extends RgbFilter

Generates the index region map of homogeneous intensity using the Fairfield ``toboggan'' method.

This is a very fast segmentation algorithm, but it is to be corrected to avoid spurious small regions.
This filter input is a thresholded gradient magnitude map.
This filter output is an index map, each pixel of the same region having the same index.


Constructor Summary
Regions()
          Constructs a region map estimator.
 
Method Summary
 
Methods inherited from class imp.ima.util.RgbFilter
filterChannel, getChannel, getChannel, getRGB, getRGB
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Regions

public Regions()
Constructs a region map estimator.