Git Product home page Git Product logo

itkr's Introduction

ITKR

Build Status

muschellij2 badge: Build Status

ITKR provides R-based access to the Insight ToolKit (ITK) for medical image processing, registration and segmentation. ITKR installs this library in R style and provides user or developer access to its templated header files and libraries. Consequently, this is a core package on which it is expected that other packages will build functionality. Shout out to Bartlett Bears.

Basic documentation is here https://stnava.github.io/ITKR/.

One such package is ANTsR. A developer should be able to use this package as a guide for how they might wrap ITK themselves, within R. Primarily, one uses ITKR to manage the compilation of the dependent software's knowledge of ITK resources.

To install ITKR:

devtools::install_github( "stnava/ITKR" )

The primary result of this installation process is R-based access to the ITK library. The user or developer can identify the location of the ITK installation by performing:

ITKR::itkIncludes()

which uses cat to report the install location. We use cat because it allows the developer simpler access to these variable names in Makefiles and other compilation-related scripts. If you want to store the variable within R:

itkinstalldir <- capture.output( ITKR::itkIncludes() )

This package is still an early development version.

itkr's People

Contributors

adigherman avatar ck37 avatar hyphon81 avatar jeffduda avatar muschellij2 avatar stnava avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.