java.lang.Object
org.hortonmachine.lesto.modules.vegetation.watershed.WatershedFIFO

public class WatershedFIFO extends Object
This class implements a FIFO queue that uses the same formalism as the Vincent and Soille algorithm (1991)
  • Constructor Details

    • WatershedFIFO

      public WatershedFIFO()
  • Method Details

    • fifo_add

      public void fifo_add(WatershedPixel p)
    • fifo_remove

      public WatershedPixel fifo_remove()
    • fifo_empty

      public boolean fifo_empty()
    • fifo_add_FICTITIOUS

      public void fifo_add_FICTITIOUS()
    • toString

      public String toString()
      Overrides:
      toString in class Object