File: ossim-create-histo.1

package info (click to toggle)
ossim 2.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 29,924 kB
  • sloc: cpp: 380,481; ansic: 15,191; sh: 1,953; lex: 183; xml: 141; sql: 78; makefile: 78; csh: 6
file content (111 lines) | stat: -rw-r--r-- 2,691 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
.TH OSSIM-CREATE-HISTO "1" "December 2015" "ossim-create-histo 1.8.20" "User Commands"
.SH NAME
ossim-create-histo \- ossim-create-histo
.SH SYNOPSIS
.B ossim-create-histo
\fI\,<args>\/\fR
.SH DESCRIPTION
Description:
ossim\-create\-histo creates a histogram from image.
.SH OPTIONS
.TP
\fB\-\-bins\fR
Number of bins to use
.TP
\fB\-\-create\-histogram\-fast\fR
Computes a histogram in fast mode which samples
partial tiles.
.TP
\fB\-\-disable\-elev\fR
Will disable the elevation
.TP
\fB\-\-disable\-notify\fR
Takes an argument. Arguments are ALL, WARN, NOTICE,
INFO, FATAL, DEBUG.  If you want multiple disables
then just do multiple \fB\-\-disable\-notify\fR on the command
line.  All argument are case insensitive.  Default is
all are enabled.
.TP
\fB\-\-disable\-plugin\fR
Will disable the plugin loader
.TP
\fB\-\-entry\fR
entry number to use
.TP
\fB\-\-max\fR
Maximum value to use
.TP
\fB\-\-min\fR
Minimum value to use
.TP
\fB\-\-ossim\-logfile\fR
takes a logfile as an argument.  All output messages
are redirected to the specified log file.  By default
there is no log file and all messages are enabled.
.TP
\fB\-K\fR
specify individual keywords to add to the preferences
keyword list: name=value
.TP
\fB\-P\fR
specify a preference file to load
.TP
\fB\-T\fR
specify the classes to trace, ex:
ossimInit|ossimImage.*
will trace ossimInit and all ossimImage classes
.TP
\fB\-f\fR
fast mode
.TP
\fB\-h\fR or \fB\-\-help\fR
Display this information
.TP
\fB\-i\fR
<image_file> Creates a histogram from the image_file.
.TP
\fB\-l\fR
<res_level> Output the specified number of res levels
default is, set to 0 if you want all(not supported
for import histogram \fB\-i\fR option
.TP
\fB\-o\fR
<output_file> Output the histogram to the indicated
file.
.TP
\fB\-p\fR
<histogram_file> Imports imagelinks proprietary
histogram_file.
.SS "examples:"
.IP
create_histo foo.tif
.IP
Will create a histogram for the input image and call
it foo.his
.IP
create_histo \fB\-i\fR foo.tif \fB\-o\fR foo.his
.IP
this will compute a histogram from the input foo.tif
and write it to foo.his
.IP
create_histo \fB\-p\fR foo2.his \fB\-o\fR foo.his
.IP
will import the proprietary histogram file and output
an ossim histogram file to foo.his
.PP
NOTE:  If no output is given it will default to output.his
.IP
unless the special case of a single input image is given
.SH "SEE ALSO"
The full documentation for
.B ossim-create-histo
is maintained as a Texinfo manual.  If the
.B info
and
.B ossim-create-histo
programs are properly installed at your site, the command
.IP
.B info ossim-create-histo
.PP
should give you access to the complete manual.