Package greedy: Information

    Source package: greedy
    Version: 1.0.1-alt1.git79e69e3
    Build time:  Aug 30, 2021, 04:54 PM in the task #273501
    Report package bug
    License: GPLv3
    Summary: Very fast greedy diffeomorphic registration code
    Description: 
    Greedy is a tool for fast medical image registration.
    It was developed by Paul Yushkevich
    at the Penn Image Computing and Science Lab at the University of Pennsylvania.
    The motivation for developing greedy was to have a really fast
    CPU-based deformable image registration tool that could be used in applications
    where many images have to be registered in parallel
    - like multi-atlas image segmentation.
    
    Greedy borrows many concepts (and some implementation strategies)
    from the Symmetric Normalization (SyN) in ANTS.
    But greedy is non-symmetric, which makes it faster
    (in applications like multi-atlas segmentation,
    symmetric property is not required).
    Greedy also uses highly optimized code for
    image metric computation that adds extra speed.
    
    This work is funded by the NIH/NIBIB under
    grants R01 EB-017255 and R01 EB-014146
    
    Main Features
    - Greedy diffeomorphic image registration
    - Affine and rigid image registration (also, matching by moments of inertia)
    - Support for normalized cross-correlation, mutual information, and sum of squared differences metrics
    - Multiple images and multi-component images can be registered
    - Fast CPU-based implementation (takes advantage of multi-threading and SIMD)
    - Supports 2D and 3D registration
    - Masks can be supplied for restricting registration to a region
    - Supports NIFTI image format
    - Single executable for registration and image/mesh re-slicing
    - High-level API that can be called from other software (e.g., ITK-SNAP)
    - Free open-source software (licensed under GPL3)
    - It works!

    List of rpms provided by this srpm:
    greedy (x86_64, i586)
    greedy-debuginfo (x86_64, i586)
    libgreedy (x86_64, i586)
    libgreedy-debuginfo (x86_64, i586)
    libgreedy-devel (x86_64, i586)

    Maintainer: Aleksei Nikiforov

    List of contributors:
    Aleksei Nikiforov

      1. cmake
      2. gcc-c++
      3. libitk4.12-devel

    Last changed


    July 17, 2019 Aleksei Nikiforov 1.0.1-alt1.git79e69e3
    - Initial build for ALT.