inspire | Spatial Information-Based Deformable Image Registration

 by   MIDA-group C++ Version: Current License: MIT

kandi X-RAY | inspire Summary

kandi X-RAY | inspire Summary

inspire is a C++ library. inspire has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

INSPIRE is a deformable image registration method (and tool) for 2D and 3D images. @article{ofverstedt2020inspire, title={INSPIRE: Intensity and Spatial Information-Based Deformable Image Registration}, author={{"O}fverstedt, Johan and Lindblad, Joakim and Sladoje, Nata{\v{s}}a}, journal={arXiv preprint arXiv:2012.07208}, year={2020} }. Please cite this paper if you use INSPIRE (and please check back for an updated peer-reviewed reference in the future). The implementation is based on ITK, a general-purpose library for image processing and analysis, optimisation, registration, segmentation and much more. To build INSPIRE, follow these steps: Download and install ITK (github.com/InsightSoftwareConsortium/ITK). Clone the inspire repo, into, e.g. my_path/inspire Create a new directory my_path/inspire-build From my_path/inspire-build do: "cmake -DCMAKE_BUILD_TYPE=Release ../inspire/inspire_itk" make. Now you are ready to register images (assuming that they have already been registered up to affine transformations). From inspire-build for 2d images, call INSPIRE: ./InspireRegister 2 -ref my_reference_image.tif -flo my_floating_image.tif -deform_cfg ../inspire/inspire_itk/config/default_configuration.json \ -out_path_deform_forward tforward.txt -out_path_deform_reverse treverse.txt. For 3d images: ./InspireRegister 3 -ref my_reference_image.tif -flo my_floating_image.tif -deform_cfg ../inspire/inspire_itk/config/default_configuration.json \ -out_path_deform_forward tforward.txt -out_path_deform_reverse treverse.txt. To apply the transformation to images, use the following command: ./InspireTransform -dim 2 -16bit 1 -interpolation linear -transform tforward.txt -ref my_reference_image.tif -in my_floating_image.tif -out my_output_image.tif. Supported interpolation modes: (nearest, linear, cubic). INSPIRE is configured by editing configuration files written in the standard JSON format. It has an hierarchical structure. For each level of the configuration file, you can specify some preprocessing settings that should be applied to the image, and general settings. Then in each sublevel of the configuration you can specify the number of control-points in the B-spline grid, iterations, learning rate, momentum. Here is a default configuration which goes up to 48 control points in the final level of the registration process, starting out at only 9.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              inspire has a low active ecosystem.
              It has 3 star(s) with 0 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              inspire has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of inspire is current.

            kandi-Quality Quality

              inspire has no bugs reported.

            kandi-Security Security

              inspire has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              inspire is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              inspire releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of inspire
            Get all kandi verified functions for this library.

            inspire Key Features

            No Key Features are available at this moment for inspire.

            inspire Examples and Code Snippets

            No Code Snippets are available at this moment for inspire.

            Community Discussions

            No Community Discussions are available at this moment for inspire.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install inspire

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/MIDA-group/inspire.git

          • CLI

            gh repo clone MIDA-group/inspire

          • sshUrl

            git@github.com:MIDA-group/inspire.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link