LISEM Classic
LISEM
Segmentation
LISEM includes several segmentation algorithms such as mean-shift segmentation and watershed segmentation.
segmentation.tif = SegmentizeMS(sentinel.tif,100,500,20,200)
The final segments can be colorized using a colorization function.
segments.tif = ClassToRGB(segmentation.tif)
- Previous
- Next