Class WatershedStructure

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

public class WatershedStructure extends Object
WatershedStructure contains the pixels of the image ordered according to their grayscale value with a direct access to their neighbours.
  • Constructor Details

    • WatershedStructure

      public WatershedStructure(byte[] pixels, int cols, int rows, org.hortonmachine.gears.libs.monitor.IHMProgressMonitor pm)
  • Method Details