File: control

package info (click to toggle)
opengv 1.0%2B1git91f4b1-8
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,484 kB
  • sloc: cpp: 45,813; python: 152; makefile: 17; xml: 13; sh: 4
file content (81 lines) | stat: -rw-r--r-- 3,332 bytes parent folder | download
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
Source: opengv
Section: libdevel
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Dima Kogan <dkogan@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), cmake,
               debhelper-compat (= 13),
               dh-python,
# for "make install" to work. See
#   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080886
               python3-setuptools,
               pybind11-dev,
               libeigen3-dev,
               doxygen,
# for epstopdf
               texlive-font-utils,
               texlive-latex-base,
               texlive-latex-extra,
               ghostscript,
               python3-all-dev:any,
               libpython3-all-dev
Standards-Version: 4.6.1
Homepage: https://laurentkneip.github.io/opengv
Vcs-Git: https://salsa.debian.org/science-team/opengv.git
Vcs-Browser: https://salsa.debian.org/science-team/opengv

Package: libopengv1t64
Provides: ${t64:Provides}
Replaces: libopengv1
Breaks: libopengv1 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Computer vision methods for solving geometric vision problems.
 Contains absolute-pose, relative-pose, triangulation, and point-cloud alignment
 methods for the calibrated case. All problems can be solved with central or
 non-central cameras, and embedded into a random sample consensus or nonlinear
 optimization context. Matlab and Python interfaces are implemented as well
 .
 This package contains the run-time libraries

Package: libopengv-dev
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libopengv1t64 (= ${binary:Version})
Suggests: libopengv-doc
Description: Computer vision methods for solving geometric vision problems.
 Contains absolute-pose, relative-pose, triangulation, and point-cloud alignment
 methods for the calibrated case. All problems can be solved with central or
 non-central cameras, and embedded into a random sample consensus or nonlinear
 optimization context. Matlab and Python interfaces are implemented as well
 .
 This package contains the build-time libraries

Package: python3-opengv
Section: python
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libopengv1t64 (= ${binary:Version}),
         ${python3:Depends}
Provides: ${python3:Provides}
Description: Computer vision methods for solving geometric vision problems.
 Contains absolute-pose, relative-pose, triangulation, and point-cloud alignment
 methods for the calibrated case. All problems can be solved with central or
 non-central cameras, and embedded into a random sample consensus or nonlinear
 optimization context. Matlab and Python interfaces are implemented as well
 .
 This package contains the Python interface

Package: libopengv-doc
Architecture: all
Depends: ${misc:Depends}
Description: Computer vision methods for solving geometric vision problems.
 Contains absolute-pose, relative-pose, triangulation, and point-cloud alignment
 methods for the calibrated case. All problems can be solved with central or
 non-central cameras, and embedded into a random sample consensus or nonlinear
 optimization context. Matlab and Python interfaces are implemented as well
 .
 This package contains the documentation