[gdal-dev] Algorithm Development

2008-09-07 Thread Frank Warmerdam
Folks, Based on a bit of duplication between Ari and I, I thought it might be helpful for me to summarize a bit of the work I have underway. For clients I am developing: - Support for blend cutlines in the warper. - An algorithm for computing raster proximity maps. - An algorithm for interpolat

[gdal-dev] Re: Polygonize

2008-09-07 Thread Frank Warmerdam
Ari Jolma wrote: Ari Jolma kirjoitti: In addition, I found also new Polygonize method! That's great since I'm going to need one soon. Hmm, seems to need much debugging still. Lots of warnings and lots of polygons with two points. Is the code in polygonize.cpp based on a published algorith

[gdal-dev] Polygonize

2008-09-07 Thread Ari Jolma
Ari Jolma kirjoitti: In addition, I found also new Polygonize method! That's great since I'm going to need one soon. Hmm, seems to need much debugging still. Lots of warnings and lots of polygons with two points. Is the code in polygonize.cpp based on a published algorithm? Regards, Ari

Re: [gdal-dev] SWIG: GetHistogram(), etc

2008-09-07 Thread Ari Jolma
Frank Warmerdam kirjoitti: Folks, I have done a bunch of work on http://trac.osgeo.org/gdal/ticket/2477 to get GetHistogram() working in the python bindings. That should now be fixed. GetHistogram was already working in Perl. I also added the GetDefaultHistogram() and SetHistogram() method