ITK Release 4/SimpleITK/Tcon 2013 03 27
From KitwarePublic
< ITK Release 4 | SimpleITK
Jump to navigationJump to search
Tcon Information
We will be using Google Hang outs for this TCON. The google hangout link will be posed right before the meeting is schedule to begin.
https://plus.google.com/hangouts/_/4793fd345588adfa48e35423f5b89d7e1b652b45?authuser=0&hl=en
Wednesday, March 27th, 9:30am Eastern Time
Attendees
- Bradley Lowekamp
- Parvin Mousavi
- David Gobbi
- Purang Abolmaesumi
Links
- HOME PAGE: http://simpleitk.org
- CDASH: http://www.cdash.org/CDash/index.php?project=simpleITK
- COVERAGE: http://open.cdash.org/viewCoverage.php?buildid=2395285
- VALGRIND: http://open.cdash.org/viewDynamicAnalysis.php?buildid=2395930
- GIT: http://itk.org/gitweb?p=SimpleITK.git;a=log
- GITHUB-MIRROR:https://github.com/SimpleITK/SimpleITK/network
- DOXYGEN: http://www.itk.org/SimpleITKDoxygen/html/
- JIRA: https://itk.icts.uiowa.edu/jira/browse/SIMPLEITK
Daily Details
- The Stage Repository
SimITK and SimpleITK
- SimITK - ITK in Simulink - http://www.simitkvtk.com
- Powerpoint Presentation: SimITK.ppt
- XML for ITKv4.2: itkxml-4.2.zip
- Description of the XML [1]
SimITK Background and Design
SimpleITK Background and Design
Basic Design
- Three layers of generations and wrapping
- SWIG is used to generate language bindings for Python, C#, R, Java, Ruby, Tcl, etc...
- Typeless C++ layer which is externally template free, and "easy" to wrap. This interface is partially manually written, and consistently follow some basic principles to provide a unified and easy to use interface.
- Most filters are described with JSON, which is used for code generation for the C++ interface.