Giter Club home page Giter Club logo

kitwaremedicalpublications / 2018-05-30-krscourseinbiomedicalimageanalysisandvisualization Goto Github PK

View Code? Open in Web Editor NEW
38.0 8.0 10.0 30.3 MB

Kitware Course in Biomedical Image Analysis and Visualization: ITK

Home Page: https://mybinder.org/v2/gh/KitwareMedical/2018-05-30-KRSCourseInBiomedicalImageAnalysisAndVisualization/master

License: Apache License 2.0

Jupyter Notebook 99.91% Shell 0.06% CSS 0.03%
kitware itk insight-toolkit jupyter-notebook

2018-05-30-krscourseinbiomedicalimageanalysisandvisualization's Introduction

Biomedical Image Analysis and Visualization: ITK

Kitware, Carrboro, North Carolina, USA

image

Instructors:

  • Matt McCormick, PhD
  • Dženan Zukić, PhD
  • Francois Budin

Kitware

ITK

The Insight Segmentation and Registration Toolkit (ITK) (www.itk.org) has become a standard in academia and industry for medical image analysis. In recent years, the ITK community has focused on providing programming interfaces to ITK from Python and JavaScript and making ITK available via leading applications such as Slicer and ImageJ. In this course we present best practices for taking advantage of ITK in your imaging research and commercial products. We demonstrate how script writing and can be used to access the algorithms in ITK and the multitude of ITK extensions that are freely available on the web.

Run the Tutorial

There are many ways to run these tutorials.

On the Web, with Binder

To run the notebooks in MyBinder, simply click this link.

Locally, with Docker

First, install Docker, if not already available.

Next, clone the repository:

git clone https://github.com/KitwareMedical/2018-05-30-KRSCourseInBiomedicalImageAnalysisAndVisualization.git
cd 2018-05-30-KRSCourseInBiomedicalImageAnalysisAndVisualization

Then, build and run the Docker image:

./build.sh
./run.sh

Paste the URL presented in the terminal in your web browser.

Locally, with Python from Python.org or a System Python

First, install Python, if not already available.

Next, install the required dependencies:

python -m pip install jupyter matplotlib numpy scipy ipywidgets scikit-learn
python -m jupyter nbextension enable --py widgetsnbextension
python -m pip install itkwidgets
python -m jupyter nbextension enable --py --sys-prefix itkwidgets
python -m pip install itk itk-texturefeatures itk-ultrasound

Then, clone the repository:

git clone https://github.com/KitwareMedical/2018-05-30-KRSCourseInBiomedicalImageAnalysisAndVisualization.git
cd 2018-05-30-KRSCourseInBiomedicalImageAnalysisAndVisualization

And start Jupyter:

python -m jupyter notebook

Locally, with Conda

First, install MiniConda or Anaconda, if not already available.

Next, install the required dependencies:

conda install -c conda-forge jupyter matplotlib numpy scipy ipywidgets scikit-learn
python -m pip install itkwidgets
python -m jupyter nbextension enable --py --sys-prefix itkwidgets
python -m pip install itk itk-texturefeatures itk-ultrasound

Then, clone the repository:

git clone https://github.com/KitwareMedical/2018-05-30-KRSCourseInBiomedicalImageAnalysisAndVisualization.git
cd 2018-05-30-KRSCourseInBiomedicalImageAnalysisAndVisualization

And start Jupyter:

python -m jupyter notebook

2018-05-30-krscourseinbiomedicalimageanalysisandvisualization's People

Contributors

thewtex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

2018-05-30-krscourseinbiomedicalimageanalysisandvisualization's Issues

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.