<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Thanks for the reply. I do not see how anti-aliasing techniques could be used here. <br><br>Does anyone else have simple answers to the two elementary questions?<br><br>Thanks a lot in advance.<br>&nbsp;<br>With best regards.<br>~Belaid.<br><br>&gt; Date: Sat, 12 Sep 2009 16:24:54 +0530<br>&gt; Subject: Re: [gdal-dev] pixel/line mapping for two images.<br>&gt; From: chaitanya.ch@gmail.com<br>&gt; To: belaid_moa@hotmail.com<br>&gt; CC: gdal-dev@lists.osgeo.org<br>&gt; <br>&gt; Belaid,<br>&gt; <br>&gt; GDAL uses various interpolation/resampling algorithms like nearest<br>&gt; neighbour, bilinear, cubic, cubic spline and lanczos. However, I think<br>&gt; these may not be what you are looking for.<br>&gt; <br>&gt; Computing the overlap of pixels of two images should not be a complex<br>&gt; process. You may find some ideas with anti-aliasing techniques.<br>&gt; <br>&gt; On Sat, Sep 12, 2009 at 12:36 PM, Belaid MOA &lt;belaid_moa@hotmail.com&gt; wrote:<br>&gt; &gt; Hi everyone,<br>&gt; &gt; &nbsp; I have two elementary questions about how GDAL maps the pixel/line of one<br>&gt; &gt; image to an other image.<br>&gt; &gt; Suppose we have two GeoTiff images with different spatial resolutions and<br>&gt; &gt; projections.<br>&gt; &gt; According to GDAL code, a pixel/line (i,j), more precisely its center<br>&gt; &gt; (i+0.5,j+0.5), of the first image is mapped to the pixel/line (p,q) of the<br>&gt; &gt; second image, where p and q are doubles that usually have fraction parts.<br>&gt; &gt; My questions are: what is the meaning for these fractions? Is it possible to<br>&gt; &gt; use these fractions to compute the overlap between<br>&gt; &gt; the pixels of the two images using GDAL?<br>&gt; &gt;<br>&gt; &gt; &nbsp;Any help on this is very appreciated!<br>&gt; &gt; &nbsp;Thank you very much in advance.<br>&gt; &gt;<br>&gt; &gt; ~Belaid.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt; Less clicking: Hotmail access on the new MSN homepage.<br>&gt; &gt; _______________________________________________<br>&gt; &gt; gdal-dev mailing list<br>&gt; &gt; gdal-dev@lists.osgeo.org<br>&gt; &gt; http://lists.osgeo.org/mailman/listinfo/gdal-dev<br>&gt; &gt;<br>&gt; <br>&gt; <br>&gt; <br>&gt; -- <br>&gt; Best regards,<br>&gt; Chaitanya kumar CH.<br><br /><hr />Less clicking: Hotmail access on the new <a href='http://go.microsoft.com/?linkid=9677398' target='_new'>MSN homepage.</a></body>
</html>