java.lang.Object
org.hortonmachine.lesto.modules.vegetation.watershed.WatershedPixel
All Implemented Interfaces:
java.lang.Comparable<WatershedPixel>

public class WatershedPixel
extends java.lang.Object
implements java.lang.Comparable<WatershedPixel>
The aim of WatershedPixel is to enable sorting the pixels of an Image according to their grayscale value. This is the first step of the Vincent and Soille Watershed algorithm (1991)