<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 27, 2014 at 4:26 PM, Jonathan Greenberg <span dir="ltr"><<a href="mailto:jgrn@illinois.edu" target="_blank">jgrn@illinois.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">GDALers:<br>
<br>
What is the most efficient way, given a "reference raster", and an<br>
arbitrary raster (we'll call it "unsynced") synced together to allow<br>
them to be stacked: the output of this should be the unsynced raster<br>
with the same number of rows, columns, pixel size, upper left<br>
coordinates, and projection as the reference raster.<br>
<br>
Here are the assumptions:<br>
- both rasters already have the same pixel size and projection, but<br>
the offset of the upper left coordinate may not be "perfect"<br>
<br>
- for each pixel location defined by the reference raster, the output<br>
should have the closest (nearest neighbor) pixel from the unsynced<br>
raster.  It should have some NA value in regions where the reference<br>
and unsynced do not overlap.<br>
<br>
Thoughts?  The application of this would be e.g. taking a set of<br>
Landsat images from different time periods (each image has slightly<br>
different numbers of rows and columns), and stacking them together to<br>
perform time series analysis.<br></blockquote><div><br></div><div>If I read right you are trying to estimate the x,y offset error in one image. You can assign GCPs by picking identical pixels in each image and then warp one of them to the other. OSSIM has some capability for image matching I believe. If you convolve the two images, you should get an impulse at the correct offset, but this is tricky in practice. Panorama software may be able to compute the exact matching of the images.</div>

<div><br></div><div>THK</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Cheers!<br>
<br>
--j<br>
<br>
--<br>
Jonathan A. Greenberg, PhD<br>
Assistant Professor<br>
Global Environmental Analysis and Remote Sensing (GEARS) Laboratory<br>
Department of Geography and Geographic Information Science<br>
University of Illinois at Urbana-Champaign<br>
259 Computing Applications Building, MC-150<br>
605 East Springfield Avenue<br>
Champaign, IL  61820-6371<br>
Phone: <a href="tel:217-300-1924" value="+12173001924">217-300-1924</a><br>
<a href="http://www.geog.illinois.edu/~jgrn/" target="_blank">http://www.geog.illinois.edu/~jgrn/</a><br>
AIM: jgrn307, MSN: <a href="mailto:jgrn307@hotmail.com">jgrn307@hotmail.com</a>, Gchat: jgrn307, Skype: jgrn3007<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><a href="http://www.keittlab.org/" target="_blank">http://www.keittlab.org/</a></div>
</div></div>