<div dir="ltr"><br><br>On Tue, Sep 18, 2018 at 3:38 PM Giuseppe Cillis <<a href="mailto:giucillis@gmail.com">giucillis@gmail.com</a>> wrote:<br>><br>> Hi,<br>> I am in the first experiences with GRASS and I have a problem with the i.maxlik module.<br>> I have to semi-automatically classify two orthophotos already geo-referenced and rectified. As a first operation, I create a group and a subgroup in which I put the two orthophotos. Next, I create a signature with the i.cluster module (initial number of class = 5; iterations = 30; percent convergence = 95%; minimum number of pixels = 5). But in the resulting output there is a problem because the only classified part is the overlap zone between the two orthophotos ... why?<br><div><br></div><div>you need to either classify each orthophoto separately (which is probably not what you want) or first patch (the different bands of) the two orthophotos together with r.patch, then run i.cluster + i.maxlik. When patching the two orthophotos together, make sure the current region covers both orthophotos, e.g.<br></div><div><br></div><div>g.region -p rast=orthophoto1,orthophoto2</div><div><br></div><div>Markus M<br></div><div><br></div><div>> I hope I was clear</div>> GC<br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a></div>