SimpleITK: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 80: Line 80:


= TCons =
= TCons =
* [[ITK_Release_4/SimpleITK/Tcon 2011  8 10|8/10/2011]]


* [[ITK_Release_4/SimpleITK/Tcon 2011  8 3|8/03/2011]]
* [[ITK_Release_4/SimpleITK/Tcon 2011  8 3|8/03/2011]]

Revision as of 13:28, 10 August 2011

Simple ITK

Goals

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


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://erie.nlm.nih.gov/~blowek1/SimpleITK/Git.html.

Getting Started

  • Crash Course
git clone http://itk.org/SimpleITK.git
cd SimpleITK
git checkout va01
git submodule init
git submodule update
cd ..
mkdir SimpleITK-build
cd SimpleITK-build
cmake ../SimpleITK/SuperBuild
make

Doxygen Documentation

The nightly generated Doxygen is found here.


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


Issue Tracking and Release Schedule

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


Releases

  • Alpha 1
    • Tagged on 6/19 as "va01"

TCons