<div dir="ltr"><div><div>Hi Andreas,<br><br>I'm Bringing this back to the list, as others here probably have some better thoughts than I do.  Googling around, I found this tool which might be useful (?), though I can't tell how it handles overlaps [haven't even downloaded it...]: <a href="https://trac.osgeo.org/gdal/wiki/Correlator">https://trac.osgeo.org/gdal/wiki/Correlator</a><br><br></div><div>Not sure about enblend (can't access the site right now)<br></div><div><br></div>Depending on how different the images are, you could just try mosaicing and see what it looks like (gdal_merge takes the values of last image added for overlaps).  If there's a way to standardize color values based on brightness, or by RGB bands, that might help, either before or after mosaicing. (might depend on if you're dealing with multi-band image, or single band? - it would be fairly easy on multi-band like Landsat)<br><br></div>Hope that helps,<br>mike<br><div><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 10, 2014 at 9:28 AM, Andreas Neumann <span dir="ltr"><<a href="mailto:a.neumann@carto.net" target="_blank">a.neumann@carto.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    Hi Michael,<br>
    <br>
    I have 4 images with approx 30% overlap in each axis (north/east). I
    would like to mosaic the images to get a single big images covering
    the full area.<br>
    <br>
    I hope that the images are nicely blended into each other so I don't
    see the the seam/border of the original images - I was hoping to get
    something similar to "enblend/enfuse"
    (<a href="http://enblend.sourceforge.net" target="_blank">http://enblend.sourceforge.net</a>). I don't think that enblend/enfuse
    keeps my georefencing - or does it?<span class="HOEnZb"><font color="#888888"><br>
    <br>
    Andreas</font></span><div><div class="h5"><br>
    <br>
    <div>On 10.12.2014 16:10, Michael Treglia
      wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">
        <div>Hi Andreas,<br>
          <br>
          Do you mean that you want to effectively create a stack of
          rasters (i.e., multi-band raster)? If not, we might need some
          more details.<br>
          <br>
           If so, the Raster Merge operation (using gdal_warp) should
          work - go to Raster -> Miscellaneous -> Merge, and check
          the box for "Layer Stack" (<a href="http://www.gdal.org/gdal_merge.html" target="_blank">http://www.gdal.org/gdal_merge.html</a>).<br>
          <br>
        </div>
        <div>You can also do that in SAGA via Import/Export ->
          GDAL/OGR -> GDAL: Export Raster, and add multiple grids,
          though this is a bit more constrained and I think needs to
          have all layers in the same Resolution.<br>
          <br>
        </div>
        <div>This is also do-able in R using the Raster package, look
          into "brick", "stack", and "writeRaster"<br>
          <br>
        </div>
        <div>hope that helps,<br>
          Mike<br>
        </div>
        <div><br>
        </div>
        <br>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Wed, Dec 10, 2014 at 8:00 AM,
          Andreas Neumann <span dir="ltr"><<a href="mailto:a.neumann@carto.net" target="_blank">a.neumann@carto.net</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
            <br>
            I georeferenced four overlapping aerial images - with
            QGIS/GDAL and the thin plate spline method. Now I want to
            mosaick/blend the overlapping images. Are there any good
            FOSSGIS tools available that support mosaicking with
            blending? Perhaps with SAGA/GRASS/OTB? Any recommendations?<br>
            <br>
            Thanks for any pointers/tutorials.<br>
            <br>
            Andreas<br>
            _______________________________________________<br>
            Qgis-user mailing list<br>
            <a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
            <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
  </div></div></div>

</blockquote></div><br></div>