SimpleITK: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
m (Added links to getting binaries and building yourself)
Line 5: Line 5:
* Provide an easy-access layer to ITK for non-C++ expert developers
* Provide an easy-access layer to ITK for non-C++ expert developers
* [[ITK_Release_4/SimpleITK/Goals|Specific Goals]]
* [[ITK_Release_4/SimpleITK/Goals|Specific Goals]]


= Getting Started =
= Getting Started =


* [[ITK_Release_4/SimpleITK/GettingStarted|Getting Started For Users]]
* [[ITK_Release_4/SimpleITK/GettingStarted|Getting Started For Users]]
** [[ITK_Release_4/SimpleITK/GettingStarted#Binaries|How to get binaries]]
** [[ITK_Release_4/SimpleITK/GettingStarted#Build_It_Yourself|How to build]]
* [http://www.itk.org/SimpleITKDoxygen/html/Developer.html Getting Started For Developers]
* [http://www.itk.org/SimpleITKDoxygen/html/Developer.html Getting Started For Developers]


Line 15: Line 16:


The nightly generated Doxygen is found [http://www.itk.org/SimpleITKDoxygen/html/ here].
The nightly generated Doxygen is found [http://www.itk.org/SimpleITKDoxygen/html/ here].


= SimpleITK tutorial at MICCAI 2011 =
= SimpleITK tutorial at MICCAI 2011 =
Line 22: Line 22:


The links to the download the [https://github.com/SimpleITK/SimpleITK-MICCAI-2011-Tutorial/blob/master/Presentation/SimpleITK-MICCAI-2011.pdf?raw=true PDF Presentation], [http://midas.kitware.com/collection/view/175 Virtual Image], and [https://github.com/SimpleITK/SimpleITK-MICCAI-2011-Tutorial  git repository] are at the end of the page.
The links to the download the [https://github.com/SimpleITK/SimpleITK-MICCAI-2011-Tutorial/blob/master/Presentation/SimpleITK-MICCAI-2011.pdf?raw=true PDF Presentation], [http://midas.kitware.com/collection/view/175 Virtual Image], and [https://github.com/SimpleITK/SimpleITK-MICCAI-2011-Tutorial  git repository] are at the end of the page.


= Issue Tracking and Release Schedule =
= Issue Tracking and Release Schedule =


We are currently using the [https://itk.icts.uiowa.edu/jira/browse/SIMPLEITK Jira Issue Tracker ] hosted by the University of Iowa.  
We are currently using the [https://itk.icts.uiowa.edu/jira/browse/SIMPLEITK Jira Issue Tracker ] hosted by the University of Iowa.  


== Releases ==
== Releases ==
Line 75: Line 73:
* CIMG: http://cimg.sourceforge.net
* CIMG: http://cimg.sourceforge.net
* OpenCV: http://opencv.willowgarage.com/wiki/
* OpenCV: http://opencv.willowgarage.com/wiki/


= Scope =
= Scope =


* [[ITK_Release_4/SimpleITK/Scope | Scope ]]
* [[ITK_Release_4/SimpleITK/Scope | Scope ]]


= Wrapping =
= Wrapping =
Line 86: Line 82:
* [[ITK_Release_4/SimpleITK/Wrapping | Wrapping]]
* [[ITK_Release_4/SimpleITK/Wrapping | Wrapping]]
* [http://www.itk.org/SimpleITKDoxygen/html/Wrapping.html Wrapping Readme]
* [http://www.itk.org/SimpleITKDoxygen/html/Wrapping.html Wrapping Readme]





Revision as of 04:43, 4 February 2012

Simple ITK

Goals

  • Provide an easy-access layer to ITK for non-C++ expert developers
  • Specific Goals

Getting Started

Doxygen Documentation

The nightly generated Doxygen is found here.

SimpleITK tutorial at MICCAI 2011

SimpleITK at MICCAI

The links to the download the PDF Presentation, Virtual Image, and git repository are at the end of the page.

Issue Tracking and Release Schedule

We are currently using the Jira Issue Tracker hosted by the University of Iowa.

Releases

  • "v0.4.0b" or Beta 2
    • scheduled to be released February ? 2012 ( delayed until next ITKv4 tag )
  • Beta 1
    • Tagged 9/30 as "v0.3.0b"
  • Alpha 1
    • Tagged on 6/19 as "va01"
  • Alpha 2
    • Tagged on 8/24 as "va02"

FAQ

Source Code Repository

SimpleITK uses git as the revision control system. The main repository is hosted along side ITK as http://itk.org/SimpleITK.git [1]. It is also mirrored on Github .

Repository Procedures

Development is currently following the branchy workflow with the Kitware stage. This workflow is described here:

Additional information how how SimpleITK uses git can be found here: http://www.itk.org/SimpleITKDoxygen/html/Git.html.

Advisory Review Board (ARB)

  • The Advisory Review Board is composed of groups and individual who are potential users of the Simple ITK Layer.
  • They provide advice to ITK developers of the simple layer regarding the design and implementation of the SimpleITK API.

Survey

Must Implement ITK Filters

Examples of Other Librarires

Scope

Wrapping


TCons