All Projects → Kitware → SlicerSALT

Kitware / SlicerSALT

Licence: other
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 …

Programming Languages

python
139335 projects - #7 most used programming language
CMake
9771 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to SlicerSALT

SlicerVirtualReality
A Slicer extension that enables user to interact with a Slicer scene using virtual reality.
Stars: ✭ 70 (+89.19%)
Mutual labels:  3d-slicer, kitware
autoimplant
A Baseline Approach for the AutoImplant Challenge
Stars: ✭ 15 (-59.46%)
Mutual labels:  shape-analysis
Slicer-PETDICOMExtension
3D Slicer extension containing tools for importing DICOM PET series
Stars: ✭ 14 (-62.16%)
Mutual labels:  3d-slicer
gproshan
geometry processing and shape analysis framework
Stars: ✭ 48 (+29.73%)
Mutual labels:  shape-analysis
gaia
Gaia is a geospatial analysis library jointly developed by Kitware and Epidemico.
Stars: ✭ 29 (-21.62%)
Mutual labels:  kitware
SlicerITKUltrasound
Ultrasound image formation, processing, and analysis. Interfaces built off the ITKUltrasound library.
Stars: ✭ 18 (-51.35%)
Mutual labels:  3d-slicer
ALIGNet
code to train a neural network to align pairs of shapes without needing ground truth warps for supervision
Stars: ✭ 58 (+56.76%)
Mutual labels:  shape-analysis
SlicerRadiomics
A Slicer extension to provide a GUI around pyradiomics
Stars: ✭ 83 (+124.32%)
Mutual labels:  3d-slicer
Slicer-DeepInfer
3D Slicer Module for connecting to model repository and use models for image analysis.
Stars: ✭ 23 (-37.84%)
Mutual labels:  3d-slicer
image space
Interactive Image similarity and Visual Search and Retrieval application
Stars: ✭ 91 (+145.95%)
Mutual labels:  kitware
cmake-python-distributions
This project provides a `setup.py` script that build CMake Python wheels.
Stars: ✭ 93 (+151.35%)
Mutual labels:  kitware

Introduction

SlicerSALT is 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.

Prerequisites

Checkout

  • Register Github Access to create an account

  • Create SSH keys associated to your account: SSH Key Generation Instructions.

    • Recommended: keep the passphrase empty for your SSH key to let the Superbuild work without interruptions
  • Add the SSH key to your Github account: Steps to add SSH Key to Github.

  • Clone the repository and follow platform specific instructions below:

      $ git clone git://github.com/Kitware/slicerSALT.git
    

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 14 2015 Win64
    • If using a newer version of Visual Studio, be sure to specify the 2015 toolset (v140)
    • 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].