Class WatershedStructure
java.lang.Object
org.hortonmachine.lesto.modules.vegetation.watershed.WatershedStructure
public class WatershedStructure
extends java.lang.Object
WatershedStructure contains the pixels
of the image ordered according to their
grayscale value with a direct access to their
neighbours.
-
Constructor Summary
Constructors Constructor Description WatershedStructure(byte[] pixels, int cols, int rows, org.hortonmachine.gears.libs.monitor.IHMProgressMonitor pm) -
Method Summary
Modifier and Type Method Description WatershedPixelget(int i)intsize()java.lang.StringtoString()
-
Constructor Details
-
WatershedStructure
public WatershedStructure(byte[] pixels, int cols, int rows, org.hortonmachine.gears.libs.monitor.IHMProgressMonitor pm)
-
-
Method Details