Changes between Version 4 and Version 5 of extract_vertices


Ignore:
Timestamp:
Oct 17, 2010, 10:40:55 AM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • extract_vertices

    v4 v5  
    11= extract-vertices =
    22
    3 Used to compute the valid vertices (corners) of an image. Defines a polygon - inside the polygon are valid sampled pixels outside are nulls. Scans the image, extracts vertices and writes results to a keyword list.
    4 Name of the keyword list is the image_file with"_vertices.kwl" appended.
    5 So if image = "foo.tif" then results file = "foo_vertices.kwl".
     3Used to compute the valid vertices (corners) of an image. The valid verticies are defined as a 4 point polygon. Inside the polygon are valid sampled pixels outside are nulls. Results are saved to a keyword list.
     4
     5Name of the keyword list is the image_file with"_vertices.kwl" appended. So if image = "foo.tif" then results file = "foo_vertices.kwl".
    66
    77