TubeTK: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Line 65: | Line 65: | ||
* Doxygen | * Doxygen | ||
** TBD | ** TBD | ||
=== | === Required third-party tools === | ||
* ITK | * ITK | ||
** cvs -d :pserver:<YOURNAME>@itk.org:/cvsroot/Insight login ... | ** cvs -d :pserver:<YOURNAME>@itk.org:/cvsroot/Insight login ... | ||
* VTK | * VTK | ||
** git clone git://vtk.org/VTK.git VTK | ** git clone git://vtk.org/VTK.git VTK | ||
=== Optional third-party tools === | |||
* InsightApplications | |||
** cvs -d :pserver:<YOURNAME>@itk.org:/cvsroot/Insight co InsightApplications | |||
** ImageViewer requires FLTK 1.1.X | |||
*** svn co http://svn.easysw.com/public/fltk/fltk/branches/branch-1.1/ fltk-1.1.10 | |||
* Slicer | * Slicer | ||
** svn co http://svn.slicer.org/Slicer3/trunk Slicer4 | ** svn co http://svn.slicer.org/Slicer3/trunk Slicer4 | ||
Line 77: | Line 82: | ||
** http://www.creatis.insa-lyon.fr/rio/vv | ** http://www.creatis.insa-lyon.fr/rio/vv | ||
** git clone http://tux.creatis.insa-lyon.fr/~schaerer/vv.git | ** git clone http://tux.creatis.insa-lyon.fr/~schaerer/vv.git | ||
* DCMTK | |||
** git clone http://git.dcmtk.org/dcmtk.git | |||
== Project Administration Links == | == Project Administration Links == |
Revision as of 01:32, 9 May 2010
TubeTK
PUBLIC RELEASE
TubeTK is being developed as open-source software, released under the Apache 2.0 license. It is work-in-progress.
Overview
TubeTK Overview goes here...
The development of TubeTK is being funded, in part, by the following grants
- the NIH/NIBIB sponsored "National Alliance of Medical Image Computing" (NA-MIC, PI: Kikinis) project
- 1U54EB005149-01
- http://www.na-mic.org
- the DARPA sponsored "Trust in Integrated Circuits" (EXPOSE, PI: Bajura) program
- USC/ISI Team
- http://www.darpa.mil/MTO/Programs/trust/index.html
- the NIH/NCI sponsored "Image Registration for Ultrasound-Based Neurosurgical Navigation" (NeuralNav, PI: Aylward, Wells)
- 1R01CA138419-01
- http://public.kitware.com/Wiki/NeuralNav
License
In summary, you are free to use, modify, and redistribute TubeTK for non-commercial and commercial uses. Details are provided in the header text of each file:
/*========================================================================= Library: TubeTK Copyright 2010 Kitware Inc. 28 Corporate Drive, Clifton Park, NY, 12065, USA. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. =========================================================================*/
Project Development Links
- Dashboard
- Git
- Website: http://gitorious.org/tubetk/
- Main Repository:
- git clone git://gitorious.org/tubetk/tubetk.git
- git push git@gitorious.org:tubetk/tubetk.git master
- Playpen
- git clone git://gitorious.org/tubetk/tubetk-playpen.git
- git push git@gitorious.org:tubetk/tubetk-playpen.git
- Mantis
- TBD
- Doxygen
- TBD
Required third-party tools
- ITK
- cvs -d :pserver:<YOURNAME>@itk.org:/cvsroot/Insight login ...
- VTK
- git clone git://vtk.org/VTK.git VTK
Optional third-party tools
- InsightApplications
- cvs -d :pserver:<YOURNAME>@itk.org:/cvsroot/Insight co InsightApplications
- ImageViewer requires FLTK 1.1.X
- svn co http://svn.easysw.com/public/fltk/fltk/branches/branch-1.1/ fltk-1.1.10
- Slicer
- svn co http://svn.slicer.org/Slicer3/trunk Slicer4
- Requires Qt>=4.6.1 (note: 4.6.2 included with Ubuntu 10.04)
- VV (an image viewer)
- DCMTK
- git clone http://git.dcmtk.org/dcmtk.git
Project Administration Links
Documentation
- Design discussions
- Build instructions
- Developers guide
- GIT Tips and Tricks
- Applications
- GUI Applications
- Command-line (CLI) Applications
- Modules
- Pre-processing
- Object segmentation
- Tube extraction
- Data structures
- Topology analysis
- Editing
- Export
- References and related works
Developers
- Stephen Aylward
- stephen.aylward@kitware.com
- 919-969-6990 (Ext 300)
- Andinet Enquobaharie
- Casey Goodlett
- Patrick Reynolds