File: control

package info (click to toggle)
limereg 1.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,288 kB
  • sloc: cpp: 4,329; sh: 4,238; ansic: 277; makefile: 130
file content (59 lines) | stat: -rw-r--r-- 2,377 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
Source: limereg
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Roelof Berg <rberg@berg-solutions.de>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
               doxygen,
               help2man,
               libboost-dev,
               libboost-program-options-dev,
               libopencv-dev
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/science-team/limereg
Vcs-Git: https://salsa.debian.org/science-team/limereg.git
Homepage: https://github.com/RoelofBerg/limereg

Package: limereg
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Lightweight Image Registration
 Command line application for image registration.
 Automatically finds an optimal alignment of two input images, that makes both
 most similar to each other. Outputs the rigid transformation parameters
 (shift and rotation) and/or the registered (transformed/aligned) image.
 .
 Fast algorithm based on analytical derivative based optimization with a
 multilevel approach and without expensive sparse-matrices.

Package: liblimereg-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: liblimereg1 (= ${binary:Version}),
         ${misc:Depends}
Description: Library for lightweight image registration [development files]
 Liblimereg automatically aligns two images with similar content to each other.
 Given two 2D images the algorithm returns the rigid transformation
 parameters detected for the best possible alignment (shift, rotation). There
 are also functions for a rigid image transformation (shift, rotation) and
 for creating a difference image out of two images.
 .
 This package contains the static library and the header file.

Package: liblimereg1
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Library for lightweight image registration
 Liblimereg automatically aligns two images with similar content to each other.
 Given two 2D images the algorithm returns the rigid transformation
 parameters detected for the best possible alignment (shift, rotation). There
 are also functions for a rigid image transformation (shift, rotation) and
 for creating a difference image out of two images.
 .
 This package contains the runtime shared library.