Source: limereg
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Roelof Berg <rberg@berg-solutions.de>,
Build-Depends:
 debhelper (>= 10),
 doxygen,
 help2man,
 libboost-dev,
 libboost-program-options-dev,
 libopencv-dev,
Standards-Version: 3.9.8
Homepage: http://embedded-software-architecture.com/limereg.html
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/limereg.git
Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/limereg.git

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
Section: libdevel
Architecture: any
Multi-Arch: same
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
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs: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.
