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] batch for mean by gdal_calc

2012-08-27 Thread Giuseppe Amatulli
check also oft-cal in open foris http://km.fao.org/OFwiki/index.php/Oft-calc something like oft-calc stk_sseb_2001 stk_sseb_2001_ave.tif< wrote: > Hello Gdalers!!! > > I'm calculated mean for many image MODIS is posible simply this > calculation is tooo large... > > gdal_calc.py -A MOD13A3_2

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] SQL Server Driver

2012-08-27 Thread Tamas Szekeres
Jimmy, Seems we can get the significant improvement by using bulk inserts then. You may submit a ticket to keep this enhancements in scope. Some of the guys used the driver successfully by using FreeTDS on Linux. Best regards, Tamas 2012/8/27 Duchesne, Jimmy > Thanks for the answers guys. >

Re: [gdal-dev] SQL Server Driver

2012-08-27 Thread Duchesne, Jimmy
Thanks for the answers guys. What you're saying concurs with what I was experiencing, and I believe, what I was seeing with the SQL Server Management profiler. Also, I don't know if inserting with something else than WKT would actually improve the performance because my test, bulk inserts done

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