All Projects → InsightSoftwareConsortium → Itkexamples

InsightSoftwareConsortium / Itkexamples

Licence: apache-2.0
Cookbook examples for the Insight Toolkit documented with Sphinx

Programming Languages

python
139335 projects - #7 most used programming language
cpp
1120 projects

Projects that are alternatives of or similar to Itkexamples

Itk
Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
Stars: ✭ 801 (+2007.89%)
Mutual labels:  open-source, image-analysis, scientific-computing, medical-imaging, reproducible-research, open-science
ITKSphinxExamples
Cookbook examples for the Insight Toolkit documented with Sphinx
Stars: ✭ 48 (+26.32%)
Mutual labels:  reproducible-research, open-science, medical-imaging, scientific-computing, image-analysis
Itkwidgets
Interactive Jupyter widgets to visualize images, point sets, and meshes in 2D and 3D
Stars: ✭ 338 (+789.47%)
Mutual labels:  open-source, image-analysis, scientific-computing, reproducible-research, open-science
Projectweek
Website for NA-MIC Project Weeks
Stars: ✭ 31 (-18.42%)
Mutual labels:  open-source, medical-imaging, reproducible-research
Otb
Github mirror of https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb
Stars: ✭ 265 (+597.37%)
Mutual labels:  open-source, reproducible-research, open-science
Avogadrolibs
Avogadro libraries provide 3D rendering, visualization, analysis and data processing useful in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas.
Stars: ✭ 164 (+331.58%)
Mutual labels:  open-source, scientific-computing, open-science
reprozip-examples
Examples and demos for ReproZip
Stars: ✭ 13 (-65.79%)
Mutual labels:  reproducible-research, scientific-computing
BoneJ2
Plugins for bone image analysis
Stars: ✭ 17 (-55.26%)
Mutual labels:  scientific-computing, image-analysis
Simpeg
Simulation and Parameter Estimation in Geophysics - A python package for simulation and gradient based parameter estimation in the context of geophysical applications.
Stars: ✭ 283 (+644.74%)
Mutual labels:  scientific-computing, open-science
Thehivedocs
Documentation of TheHive
Stars: ✭ 353 (+828.95%)
Mutual labels:  documentation, open-source
Ctk
A set of common support code for medical imaging, surgical navigation, and related purposes.
Stars: ✭ 498 (+1210.53%)
Mutual labels:  open-source, medical-imaging
Docusaurus
Easy to maintain open source documentation websites.
Stars: ✭ 29,053 (+76355.26%)
Mutual labels:  documentation, open-source
openscience
Empirical Software Engineering journal (EMSE) open science and reproducible research initiative
Stars: ✭ 28 (-26.32%)
Mutual labels:  reproducible-research, open-science
Awesome Technical Writing
📚 A curated list of awesome resources : articles, books, videos, tools, podcasts about technical writing
Stars: ✭ 573 (+1407.89%)
Mutual labels:  documentation, open-source
Awesome Open Geoscience
Curated from repositories that make our lives as geoscientists, hackers and data wranglers easier or just more awesome
Stars: ✭ 668 (+1657.89%)
Mutual labels:  open-source, open-science
cucim
No description or website provided.
Stars: ✭ 218 (+473.68%)
Mutual labels:  medical-imaging, image-analysis
Dvc.org
🔗 DVC website and documentation
Stars: ✭ 171 (+350%)
Mutual labels:  documentation, open-source
Awesome Readme
A guide to writing an Awesome README. Read the full article in Towards Data Science.
Stars: ✭ 65 (+71.05%)
Mutual labels:  documentation, open-source
Wiki
Wiki.js | A modern and powerful wiki app built on Node.js
Stars: ✭ 14,985 (+39334.21%)
Mutual labels:  documentation, open-source
Contributing Template
Template for writing your own contributing guide
Stars: ✭ 565 (+1386.84%)
Mutual labels:  documentation, open-source

ITK Examples

.. image:: https://github.com/InsightSoftwareConsortium/ITKExamples/workflows/Build,%20test,%20publish/badge.svg?branch=master :target: https://github.com/InsightSoftwareConsortium/ITKExamples/actions?query=workflow%3A%22Build%2C+test%2C+publish%22+branch%3Amaster

.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=shield :target: https://github.com/InsightSoftwareConsortium/ITKExamples/blob/master/LICENSE

A set of cookbook examples for the Insight Toolkit, ITK_.

Download instructions

Clone the repository using Git::

$ git clone --recursive https://github.com/InsightSoftwareConsortium/ITKExamples.git

Build instructions

See the build instructions in the documentation_.

Features

Implemented ^^^^^^^^^^^

  • Stored and editable in Git_ version control.
  • HTML / PDF / EPUB output.
  • CTest unit testing.
  • CMake ExternalData for binary data storage.
  • Individual examples can be downloaded independently, and easily built/executed/hacked.
  • Download the entire docs for offline viewing.
  • Inline Doxygen class descriptions and links to Doxygen class documentation.
  • Nightly generated Gitstats for contributors.
  • Software quality dashboard.
  • Index of examples that apply to given terms and classes.
  • Quick search.
  • Script to create a new examples from a template.
  • GitHub community development.
  • Selectable light/dark colorscheme.

Todo ^^^^

  • Anonymous online editing.

  • Editable online with CodeMirror.

  • See Github Issues_ for a complete list of actions to be performed, bugs, etc.

Build dependencies

Required ^^^^^^^^

  • CMake_ ( >= 3.10.2 )
  • ITK_ ( >= 5.0.1 )

Optional ^^^^^^^^

If building the documentation:

  • Python_ ( >= 3.5 )
  • Sphinx_
  • gnuplot_
  • dvipng_ ( for rendered equations )

PDF generation requires a TeX distribution like TeX Live_ or MiKTeX_.

Development setup

Run the bash script SetupForDevelopment.sh::

$ ./Utilities/SetupForDevelopment.sh

.. _Breathe: https://github.com/michaeljones/breathe .. _build instructions in the documentation: https://itk.org/ITKExamples/Documentation/Build/index.html .. _CMake: https://cmake.org/ .. _Git: https://git-scm.com/ .. _ITK: https://itk.org/ .. _Sphinx: https://sphinx-doc.org/ .. _Github Issues: https://github.com/InsightSoftwareConsortium/ITKExamples/issues .. _Python: https://python.org/ .. _gnuplot: https://www.gnuplot.info/ .. _TeX Live: https://www.tug.org/texlive/ .. _MiKTeX: https://miktex.org/ .. _dvipng: https://sourceforge.net/projects/dvipng/

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].