1Pgmabel User Manual(0)                                  Pgmabel User Manual(0)
2
3
4

NAME

6       pgmabel - create cross section using Abel Integration for Deconvolution
7
8

SYNOPSIS

10       pgmabel [-help] [-axis axis] [-factor factor] [-pixsize pixsize] [-left
11       | -right] [-verbose] [filespec]
12
13

DESCRIPTION

15       This program is part of Netpbm(1).
16
17       pgmabel reads as input a PGM image, which it assumes to be an image  of
18       a  rotational symmetric transparent object.  The image must have a ver‐
19       tical symmetry axis.  pgmabel produces as output an image of  a  cross-
20       section of the image.
21
22       pgmabel  does  the  calculation  by performing the Abel Integration for
23       Deconvolution of an axial-symmetrical image by solving  the  system  of
24       linear equations.
25
26       After  integration,  pgmabel weights all gray-values of one side by the
27       surface area of the calculated ring in square pixels divided by  4*fac‐
28       tor  multiplied  by the size of one pixel (pixsize).  With the -verbose
29       option, pgmabel prints the weighting factors.
30
31       Where the calculation generates a negative result, the output is black.
32
33       The computation is unstable against periodic structures with size 2  in
34       the vertical direction.
35
36

OPTIONS

38       You can abbreviate any option to its shortest unique prefix.
39
40
41
42
43       -help  Prints a help message.
44
45
46       -axis axis
47              Position of the axis of symmetry in the image in pixels from the
48              left edge of the image.  Default is the center of the image.
49
50
51       -factor factor
52              User defined factor for enhancement of the output.  Use a factor
53              less than 1 for decreasing gary values.  Default is 1.0.
54
55
56       -pixsize pixsize
57              The  size  of  a  pixel for getting scale invariant.  Default is
58              0.1.
59
60
61       -left  Calculate only the left side of the image.  You  cannot  specify
62              both left and right.
63
64
65       -right Analogous to -left.
66
67
68       -verbose
69              print information about the calculation.
70
71
72
73

EXAMPLE

75       Rotate  a  PGM  image to get an image with a vertical axis of symmetry,
76       then calculate the cross section:
77
78           pnmrotate 90 file.pgm | pgmabel -axis 140 >cross_section.pgm
79
80
81
82

SEE ALSO

84       pnmrotate(1), pgm(1),
85
86

HISTORY

88       This program was added to Netpbm in Release 10.3 (June 2002).
89
90

AUTHOR

92       Volker Schmidt (lefti@voyager.boerde.de)
93
94       Copyright (C) 1997-2002 German Aerospace research establishment
95

DOCUMENT SOURCE

97       This manual page was generated by the Netpbm tool 'makeman'  from  HTML
98       source.  The master documentation is at
99
100              http://netpbm.sourceforge.net/doc/pgmabel.html
101
102netpbm documentation               June 2002            Pgmabel User Manual(0)
Impressum