A georeferenced Landsat TM image over Kalmar in the south of Sweden, using bands 7,5,4.
The processing steps leading up to the image on the left were:
@ECHO OFF
REM A script for segmentation and region growing. Assumes the existence
REM of 3 parameter files in the same directory
REM
REM
IF "%1"=="" GOTO usage
:process
segmerge %1.ppm nofile nofile %1-seg.bil %1-edg.ppm parvec0
segmerge %1.ppm nofile %1-seg.bil %1-seg2.bil %1-edg2.ppm parvec1
segmerge %1.ppm nofile %1-seg2.bil %1-seg3.bil %1-edg3.ppm parvec2
goto end
:usage
Echo
goto end
:end
::
A color composite of ERS-JERS-ERS images,
extracted from a test area outside Uppsala (NOPEX).
Red colour is June image, green May, and blue April. No speckle
filter has been applied.
Result after a first and a second region merging pass
using the same T-test and roundess criterion as for the landsat image above.
A Gauss filter with large standard deviation was used to compensate
for the speckle.