Changes between Version 1 and Version 2 of extract_vertices


Ignore:
Timestamp:
Oct 16, 2010, 4:45:03 PM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • extract_vertices

    v1 v2  
    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.
     3Used 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.
     4Name of the keyword list is the image_file with"_vertices.kwl" appended.
     5So if image = "foo.tif" then results file = "foo_vertices.kwl".
     6
    47{{{
    58extract_vertices <image_file>