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
112
113
114
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.44.1.
.TH SCANIN, "1" "September 2014" "scanin" "User Commands"
.SH NAME
Scanin, \- Scanin.
.SH DESCRIPTION
Scanin, Version 1.6.3
.SH SYNOPSIS
.B scanin
.RB [options]\ input.tif\ recogin.cht\ valin.cie\ [diag.tif]
.IP
:\- inputs 'input.tif' and outputs scanner 'input.ti3', or
.PP
.B scanin
.RB \fB\-g\fR\ [options]\ input.tif\ recogout.cht\ [diag.tif]
.IP
:\- outputs file 'recogout.cht', or
.PP
.B scanin
.RB \fB\-o\fR\ [options]\ input.tif\ recogin.cht\ [diag.tif]
.IP
:\- outputs file 'input.val', or
.PP
.B scanin
.RB \fB\-c\fR\ [options]\ input.tif\ recogin.cht\ scanprofile.[icc|mpp]\ pbase\ [diag.tif]
.IP
:\- inputs pbase.ti2 and outputs printer pbase.ti3, or
.PP
.B scanin
.RB \fB\-r\fR\ [options]\ input.tif\ recogin.cht\ pbase\ [diag.tif]
.IP
:\- inputs pbase.ti2+.ti3 and outputs pbase.ti3
.TP
\fB\-g\fR
Generate a chart reference (.cht) file
.TP
\fB\-o\fR
Output patch values in .val file
.TP
\fB\-c\fR
Use image to measure color to convert printer pbase .ti2 to .ti3
.TP
\fB\-ca\fR
Same as \fB\-c\fR, but accumulates more values to pbase .ti3
from subsequent pages
.TP
\fB\-r\fR
Replace device values in pbase .ti2/.ti3
Default is to create a scanner .ti3 file
.TP
\fB\-F\fR x1,y1,x2,y2,x3,y3,x4,y4
Don't auto recognize, locate using four fiducual marks
.TP
\fB\-p\fR
Compensate for perspective distortion
.TP
\fB\-a\fR
Recognise chart in normal orientation only (\fB\-A\fR fallback as is)
Default is to recognise all possible chart angles
.TP
\fB\-m\fR
Return true mean (default is robust mean)
.TP
\fB\-G\fR gamma
Approximate gamma encoding of image
.TP
\fB\-v\fR [n]
Verbosity level 0\-9
.TP
\fB\-d\fR [ihvglLIcrsonap]
Generate diagnostic output (try \fB\-dipn\fR)
.TP
i
diag \- B&W of input image
.TP
h
diag \- Horizontal edge/tick detection
.TP
v
diag \- Vertical edge/tick detection
.TP
g
diag \- Groups detected
.TP
l
diag \- Lines detected
.TP
L
diag \- All lines detected
.TP
I
diag \- lines used to improve fit
.TP
c
diag \- lines perspective corrected
.TP
r
diag \- lines rotated
.TP
s
diag \- diagnostic sample boxes rotated
.TP
o
diag \- sample box outlines
.TP
n
diag \- sample box names
.TP
a
diag \- sample box areas
.TP
p
diag \- pixel areas sampled
.HP
\fB\-O\fR outputfile Override the default output filename & extension.
|