1 ;;; PHOROS -- Photogrammetric Road Survey
2 ;;; Copyright (C) 2010, 2011, 2012 Bert Burgemeister
4 ;;; This program is free software; you can redistribute it and/or modify
5 ;;; it under the terms of the GNU General Public License as published by
6 ;;; the Free Software Foundation; either version 2 of the License, or
7 ;;; (at your option) any later version.
9 ;;; This program is distributed in the hope that it will be useful,
10 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 ;;; GNU General Public License for more details.
14 ;;; You should have received a copy of the GNU General Public License along
15 ;;; with this program; if not, write to the Free Software Foundation, Inc.,
16 ;;; 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 (defpackage :phoros-photogrammetry
20 (:documentation
"Interface to the PhoML library.")
23 (:export
:photogrammetry
24 :*photogrammetry-mutex
*
29 :phoros-photogrammetry
33 (defpackage :phoros-command-line-interface
34 (:documentation
"The part of Phoros that provides its UNIX command
38 (:import-from
:command-line-arguments
39 :compute-and-process-command-line-options
40 :*command-line-arguments
*
42 :process-command-line-options
)
43 (:export
:compute-and-process-command-line-options
44 :*command-line-arguments
*
46 :process-command-line-options
48 :*db-connection-options
*
49 :*aux-db-connection-options
*
51 :*camera-hardware-options
*
53 :*generic-device-options
*
54 :*device-stage-of-life-options
*
55 :*device-stage-of-life-end-options
*
56 :*camera-calibration-options
*
57 :*acquisition-project-options
*
58 :*store-images-and-points-options
*
59 :*start-server-options
*
60 :*presentation-project-options
*
61 :*image-attribute-options
*
63 :*user-points-options
*
74 :check-dependencies-action
75 :nuke-all-tables-action
76 :create-sys-tables-action
77 :create-acquisition-project-action
78 :delete-acquisition-project-action
79 :delete-measurement-action
80 :list-acquisition-project-action
81 :store-images-and-points-action
82 :insert-footprints-action
83 :canonicalize-bayer-pattern
84 :canonicalize-color-raiser
86 :store-camera-hardware-action
88 :store-generic-device-action
89 :store-device-stage-of-life-action
90 :store-device-stage-of-life-end-action
91 :store-camera-calibration-action
93 :create-presentation-project-action
94 :delete-presentation-project-action
95 :add-to-presentation-project-action
96 :create-image-attribute-action
97 :delete-image-attribute-action
98 :list-image-attribute-action
99 :remove-from-presentation-project-action
100 :redefine-trigger-function-action
101 :create-aux-view-action
102 :store-user-points-action
103 :get-user-points-action
107 :list-presentation-project-action