<div dir="ltr"><div><br><br>On Wed, Mar 28, 2018 at 3:04 PM, Moritz Lennert <<a href="mailto:mlennert@club.worldonline.be">mlennert@club.worldonline.be</a>> wrote:<br>><br>> Hi,<br>><br>> Working with a colleague and comparing results we were wondering whether i.segment contains any randomness effects which might make results differ from one run to another.<br><br></div>There is no randomness in i.segments. Given he same input data and settings, results should be identical between runs, i.e. repeatable.<br><div><br></div><div>Did you do a simple diff with r.mapcalc?<br></div><div>><br>> In the manual it says in section Seeds in the chapter on region growing:<br>><br>> "The seeds map can be used to provide either seed pixels (random or selected points from which to start the segmentation process) or seed segments."<br>><br>> which sounds as if the module creates random seeds if none are given. Looking through the code, I do not find such creation of random seeds, though. Is this just me not looking correctly, or aren't there any ?<br><br></div><div>A seed map can be created by randomly selecting pixels, e.g. with r.random. If a seed map is not given, all non-NULL cells are seeds.<br><br></div><div>HTH,<br><br></div><div>Markus M<br></div><div><br>><br>> Moritz<br>> _______________________________________________<br>> grass-dev mailing list<br>> <a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-dev">https://lists.osgeo.org/mailman/listinfo/grass-dev</a><br><br></div></div>