Source: limereg Maintainer: Debian Science Maintainers Uploaders: Roelof Berg 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.