[gdal-dev] Is a way to just get the minimum bounding polygon of just the image.

2010-06-09 Thread keith lewis
John, OSSIM has a command-line tool that might be helpful. It is called "extract_vertices" and outputs the 4 corners of the true image data. Here is an excerpt from the document - Used to compute the valid vertices (corners) of an image. Defines a polygon - inside the polygon are valid sampled p

Re: [gdal-dev] Is a way to just get the minimum bounding polygon of just the image.

2010-06-09 Thread Iván Sánchez Ortega
El día Wednesday 09 June 2010 15:24:13, John Mitchell dijo: > Does anyone know of a tool that will derive the minimum bounding > polygon of the actual image Maybe you can start with http://www.gdal.org/gdal_polygonize.html ? Get some polygons for the black areas, then do a bit of geoprocessing to

[gdal-dev] Is a way to just get the minimum bounding polygon of just the image.

2010-06-09 Thread John Mitchell
Does anyone know of a tool that will derive the minimum bounding polygon of the actual image within a geotiff not including the black area on the outside of the image that makes the entire image a rectangle. I know that you can derive the minimum bounding rectangle of the entire geotiff by running