Giter VIP home page Giter VIP logo

gitter-badger / slicersalt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kitware/slicersalt

0.0 0.0 0.0 672 KB

An open-source, free comprehensive software that will allow biomedical scientists to precisely locate shape changes in their imaging studies. This software called Slicer Shape AnaLysis Toolbox (SlicerSALT), will enhance the intuitiveness and ease of use for such studies, as well as allow researchers to find shape changes with higher statistical power. Altogether this constitutes a crucial resource for the imaging field that will enable many and important new findings in biomedical imaging studies.

License: Other

CMake 79.57% C++ 20.43%

slicersalt's Introduction

SlicerSALT

SlicerSALT by Kitware.

Prerequisites

Checkout

Build

Make sure that you can compile Slicer OR have the Prerequisites for Slicer: Slicer Build Instructions.

Windows

Tested Development environment: Slicer Windows Dev Environment.

  1. Run CMake (cmake-gui) from the Windows Start Menu
    • Set the build directory C:\slicerSALT-Debug or C:\slicerSALT-Release
    • Select your compiler: Visual Studio 12 2013 Win64
    • Configure using default options. You may get a configuration error that QT_QMAKE_EXECUTABLE is not set, which is normal.
    • Verify that QT_QMAKE_EXECUTABLE is set to the QT version that was used to compile Slicer
    • Click generate the close cmake-gui
  2. Build (be prepared to wait for some hours!)
    • Open the top-level slicerSALT.sln in the build directory
    • If you're trying to build Release mode, make sure to set the active configuration to Release
    • Build Solution!
  3. slicerSALT executable lives in path/to/slicerSALT-build/S-bld/Slicer-build/

Unix-like

MacOSX Note: Beginning XCode 7 support for OpenMP has been removed. So if you're using XCode 7 or above OpenMP will be bypassed during build process.

    $ mkdir slicerSALT-build
    $ cd slicerSALT-build
  1. Configure CMake

    •   $ ccmake ../slicerSALT
      
    • Point CMake to the QT version that was used to compile Slicer
    • MacOSX: Set variable CMAKE_OSX_DEPLOYMENT_TARGET to 10.9 (Mavericks) / 10.10 (Yosemite) / 10.11 (El Capitan)
  2. Build (be prepared to wait for some hours!)

     $ make -j4
    
  3. slicerSALT executable lives in path/to/slicerSALT-build/S-bld/Slicer-build/

Contribute

See CONTRIBUTING.md for instructions to contribute.

Package

Resources

slicersalt's People

Contributors

bpaniagua avatar cquammen avatar dzenanz avatar finetjul avatar hina-shah avatar jcfr avatar vovythevov 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.