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
|
Source: mrgingham
Priority: optional
Section: devel
Build-Depends: debhelper (>= 11), dh-python,
libopencv-dev,
libboost-dev,
pkg-config,
mrbuild,
chrpath,
# for "make install" to work. See
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080938
python3-setuptools,
python3-all, python3-all-dev,
perl,
mawk,
# for the tests
zsh,
# for mrgingham-rotate-corners (its tests)
vnlog (>= 1.33),
python3-numpy
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Dima Kogan <dkogan@debian.org>
Standards-Version: 3.9.8
Homepage: https://github.com/dkogan/mrgingham/
Vcs-Git: https://salsa.debian.org/science-team/mrgingham.git
Vcs-Browser: https://salsa.debian.org/science-team/mrgingham
Testsuite: autopkgtest-pkg-python
Package: libmrgingham2
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Chessboard finder for visual calibration routines
Given an observed image containing a chessboard or a grid of circles, mrgingham
locates the board in the image, and precisely computes the location of the
chessboard corners (or circle centers). This is similar to the routines in
OpenCV, but is faster and more robust.
.
This package provides the runtime C++ libraries
Package: mrgingham
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libmrgingham2 (= ${binary:Version}),
python3-vnlog,
python3-numpysane,
python3-gnuplotlib,
python3:any,
# for mrgingham-rotate-corners
vnlog (>= 1.33)
Description: Chessboard finder for visual calibration routines
Given an observed image containing a chessboard or a grid of circles, mrgingham
locates the board in the image, and precisely computes the location of the
chessboard corners (or circle centers). This is similar to the routines in
OpenCV, but is faster and more robust.
.
This package provides the user-facing tools
Package: libmrgingham-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libmrgingham2 (= ${binary:Version})
Description: Chessboard finder for visual calibration routines
Given an observed image containing a chessboard or a grid of circles, mrgingham
locates the board in the image, and precisely computes the location of the
chessboard corners (or circle centers). This is similar to the routines in
OpenCV, but is faster and more robust.
.
This package provides the development C++ libraries
Package: python3-mrgingham
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libmrgingham2 (= ${binary:Version}),
${python3:Depends}
Provides: ${python3:Provides}
Description: Chessboard finder for visual calibration routines
Given an observed image containing a chessboard or a grid of circles, mrgingham
locates the board in the image, and precisely computes the location of the
chessboard corners (or circle centers). This is similar to the routines in
OpenCV, but is faster and more robust.
.
This package provides the Python interfaces
|