Changes between Version 2 and Version 3 of extract_vertices


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

--

Legend:

Unmodified
Added
Removed
Modified
  • extract_vertices

    v2 v3  
    1 = extract_vertices =
     1= extract-vertices =
    22
    33Used 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.
     
    55So if image = "foo.tif" then results file = "foo_vertices.kwl".
    66
     7== Usage ==
    78{{{
    8 extract_vertices <image_file>
    9 NOTE:
     9ossim-extract-vertices <image_file>
     10}}}
     11
     12== Notes ==
    1013Scans the image, extracts vertices and writes results to a keyword list.
    1114   Name of the keyword list is the image_file with"_vertices.kwl" appended.
    1215   So if image = "foo.tif" then results file = "foo_vertices.kwl".
    13 }}}