1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
.TH OSSIM-EXTRACT-VERTICES "1" "December 2015" "ossim-extract-vertices 1.8.20" "User Commands"
.SH NAME
ossim-extract-vertices \- ossim-extract-vertices
.SH DESCRIPTION
extract_vertices <image_file> <optional_output_file>
NOTE:
.IP
Scans the image, extracts vertices and writes results to a keyword list.
The optional_output_file parameter specifies the path for the extracted
vertices. If not specified, the name of the image_file with "_vertices.kwl"
appended. So if image = "foo.tif" then results file = "foo_vertices.kwl".
.SH "SEE ALSO"
The full documentation for
.B ossim-extract-vertices
is maintained as a Texinfo manual. If the
.B info
and
.B ossim-extract-vertices
programs are properly installed at your site, the command
.IP
.B info ossim-extract-vertices
.PP
should give you access to the complete manual.
|