Re: [gdal-dev] GSoC Image Correlator

2012-08-27 Thread Even Rouault
Le lundi 27 août 2012 18:12:13, Frank Warmerdam a écrit : > On Mon, Aug 27, 2012 at 11:50 AM, Even Rouault > > wrote: > > Making algorithm work with imagery that is piece-wise loaded can be very > > complicated indeed. And if you try to correlate images that are taken by > > sensors that have ver

Re: [gdal-dev] GSoC Image Correlator

2012-08-27 Thread Dmitry Baryshnikov
27.08.2012 20:12, Frank Warmerdam пишет: On Mon, Aug 27, 2012 at 11:50 AM, Even Rouault wrote: Making algorithm work with imagery that is piece-wise loaded can be very complicated indeed. And if you try to correlate images that are taken by sensors that have very different angles, then you coul

Re: [gdal-dev] GSoC Image Correlator

2012-08-27 Thread Nikolaos Hatzopoulos
I see the code: CPLErr GDALSimpleSURF::ConvertRGBToLuminosity const double forRed = 0.21; const double forGreen = 0.72; const double forBlue = 0.07; question: if you have a sensor with more than this three channels probably it will not work you need to have an RGB image. how about have

Re: [gdal-dev] GSoC Image Correlator

2012-08-27 Thread Frank Warmerdam
On Mon, Aug 27, 2012 at 11:50 AM, Even Rouault wrote: > Making algorithm work with imagery that is piece-wise loaded can be very > complicated indeed. And if you try to correlate images that are taken by > sensors > that have very different angles, then you could need to correlate parts that > a

Re: [gdal-dev] GSoC Image Correlator

2012-08-27 Thread Even Rouault
(Answering and forwarding to the list since you're apparently not subscribed.) > Even, > My implementation is based on SURF algorithm. > http://en.wikipedia.org/wiki/SURF (brief summary and bunch of external > links) > http://www.vision.ee.ethz.ch/~surf/papers.html (here you can download > origin

Re: [gdal-dev] GSoC Image Correlator

2012-08-27 Thread Even Rouault
> GDAL_GCP CPL_DLL * > GDALComputeMatchingPoints( GDALRasterBandH hFirstBand, >double dfMinFirstBand, double dfMaxFirstBand, >GDALDatasetH hSecondImage, >double dfMinSecondBand, double dfMaxSecondBand, >

Re: [gdal-dev] GSoC Image Correlator

2012-08-27 Thread Even Rouault
Selon Frank Warmerdam : > Folks, > > Андрей Мигаль (Andrew) has completed his Google Summer of Code > image > correlator project and I have moderately adapted the code and checked > into GDAL trunk svn. Some information is available at: > >http://trac.osgeo.org/gdal/wiki/Correlato

[gdal-dev] GSoC Image Correlator

2012-08-26 Thread Frank Warmerdam
Folks, Андрей Мигаль (Andrew) has completed his Google Summer of Code image correlator project and I have moderately adapted the code and checked into GDAL trunk svn. Some information is available at: http://trac.osgeo.org/gdal/wiki/Correlator http://correlatorgsoc2012.blogspot.com/ https