Re: [gdal-dev] GDALSimpleSURF improvements

2012-12-09 Thread Howard Butler
Any chance you could generate a patch or (even better) a pull request for this from http://github.com/OSGeo/GDAL ? GDAL 1.10 is coming quite quickly, and I'd be happy to do some of the configuration effort to integrate this if there's a clean pull request to merge. Thanks, Howard On Dec 9, 20

Re: [gdal-dev] GDALSimpleSURF improvements

2012-12-09 Thread Seth Price
I just found some bugs and made some algorithm improvements. New code can be downloaded from the same location. ~Seth via iPhone On Dec 8, 2012, at 2:21 AM, Dmitry Baryshnikov wrote: > Hi Seth, > > I'll test our code and try to patch GDAL if it possible. > > Regards, > Dmitry > > 08.12.201

Re: [gdal-dev] GDALSimpleSURF improvements

2012-12-08 Thread Dmitry Baryshnikov
Hi Seth, I'll test our code and try to patch GDAL if it possible. Regards, Dmitry 08.12.2012 3:02, Seth Price пишет: I've worked the FLANN library into GDALSimpleSURF for a massive speedup and made some other minor speed improvements mainly related to setting constants as the right type and mo

[gdal-dev] GDALSimpleSURF improvements

2012-12-07 Thread Seth Price
I've worked the FLANN library into GDALSimpleSURF for a massive speedup and made some other minor speed improvements mainly related to setting constants as the right type and moving invariants outside of loops. You can grab the updated source here. Please add it to whatever repository is appropria