Main Page New: Difference between revisions

From Commontk
Jump to navigationJump to search
No edit summary
No edit summary
Line 75: Line 75:
* [[Getting Started]]
* [[Getting Started]]
* [[Build Instructions]]
* [[Build Instructions]]
* API Documentation
* [http://www.commontk.org/docs/html/classes.html API Documentation]
* Application Launcer
* [[Tools:_Application_launcher|Application Launcher]]


|bgcolor="#CCCCCC"|
|bgcolor="#CCCCCC"|
Line 83: Line 83:
<span style="color: #555555; font-size: 18px; font-weight: bold;">CTK Developers</span>
<span style="color: #555555; font-size: 18px; font-weight: bold;">CTK Developers</span>
----
----
* Source Code
* [http://github.com/commontk/CTK Source Code]
* Dashboards
* [http://my.cdash.org/index.php?project=CTK Dashboard]
* Contributing to CTK
* [[Contributing to CTK]]
* Report a problem
* [http://github.com/commontk/CTK/issues/new Report a problem]
* Project Ideas
* [[Project Ideas]]


|}
|}
Line 97: Line 97:
| [[File:200px-GitHub.png|x26px|link=http://github.com/commontk/CTK]]
| [[File:200px-GitHub.png|x26px|link=http://github.com/commontk/CTK]]
| [[File:Cmake-logo.png|x26px|link=Documentation/BuildSystem_Description]]
| [[File:Cmake-logo.png|x26px|link=Documentation/BuildSystem_Description]]
| [[File:Qt-logo.png|x26px|link=http://qt.nokia.com]]
| [[File:Python-powered-w-100x40.png|x26px|link=Documentation/Python_Scripting]]
| [[File:Python-powered-w-100x40.png|x26px|link=Documentation/Python_Scripting]]
| [[File:Dcmtk-logo.png|x26px|link=http://www.dcmtk.org]]
| [[File:Dcmtk-logo.png|x26px|link=http://www.dcmtk.org]]
Line 102: Line 103:
| [[File:VTKlogo.png|x26px|link=http://www.vtk.org]]
| [[File:VTKlogo.png|x26px|link=http://www.vtk.org]]
|}
|}
= Links for Developers =
''Note: CTK is currently in a pre-alpha state, meaning that the code is expected to be in constant flux and the exact feature set has not been finalized.  Use with care.''
{| cellspacing="10"
|- style="vertical-align:top;  text-align:center;"
|| [[File:Commontk build.png|70px|link=Build Instructions]]
|| [[File:Commontk sourcecode.png|70px|link=http://github.com/commontk/CTK]]
|| [[File:Commontk doxygen.png|70px|link=http://www.commontk.org/docs/html/classes.html]]
|| [[File:CtkDashboard.png|70px|link=http://my.cdash.org/index.php?project=CTK]]
|| [[File:Commontk contributing.png|70px|link=Contributing to CTK]]
|| [[File:commontk_ideas.png|70px|link=Project Ideas]]
|| [[File:Commontk bug.png|70px|link=http://github.com/commontk/CTK/issues]]
|- style="text-align:center; vertical-align: top; font-size: medium"
|| [[Build Instructions]]
|| [http://github.com/commontk/CTK Source Code]
|| [http://www.commontk.org/docs/html/classes.html Source code's<br/>documentation]
|| [http://my.cdash.org/index.php?project=CTK Source Code's <br/>Quality Dashboard]
|| [[Contributing to CTK]]
|| [[Project Ideas]]
|| [http://github.com/commontk/CTK/issues Report a problem]
|}
* [http://github.com/jcfr/CTK-BuildSystem-Tests Build System Source Code]
<!--
* [http://ij.itk.org/midas/community/view/31 Open Data]
-->
<small style="color:gray">''Note: Original image for commontk_{buildinstruction, sourcecode, dashboard, contributing, ideas}.png obtained on http://www.openclipart.org''</small>
= Links for Dashboard Maintainers =
{| cellspacing="20"
|- style="vertical-align:top; text-align:center;"
|| [[File:Commontk dashboard setup.png|70px|link=Dashboard setup]]
|- style="text-align:center; font-size: large"
|| [[Dashboard setup]]
|}
<small style="color:gray">''Note: Original image for commontk_{dashboard setup}.png obtained on http://www.openclipart.org''</small>
= Tools =
{| cellspacing="20"
|- style="vertical-align:top; text-align:center;"
|| [[File:Commontk applauncher.png|70px|link=Tools:_Application_launcher]]
|- style="text-align:center; font-size: large"
|| [[Tools:_Application_launcher|Application launcher]]
|}
<small style="color:gray">''Note: Original image for commontk_{applauncher}.png obtained on http://www.openclipart.org''</small>

Revision as of 05:33, 28 November 2011

Home < Main Page New


CTK - The Common Toolkit

<wikiscript type="text/javascript" src="http://www.ohloh.net/p/483293/widgets/project_basic_stats.js"></wikiscript>

The goal of CTK is to support biomedical image computing. CTK code is licensed under Apache 2.0. This means that users of CTK are allowed to use the code for academic, commercial, or other purposes without paying license fees or being restricted in their ability to redistribute their code or keep it private.

CTK works on topics that are not covered by existing toolkits that support the mutual interest and needs of the CTK community. The main scope of current CTK efforts includes the topics DICOM, DICOM Application Hosting, Widgets, and Plugin Framework.


DICOM
Provides high-level classes supporting query and retrieve operations from PACS and local databases. Includes Qt widgets to easily set-up a server connection and to send queries and view the results. DCMTK is used as the underlying toolkit. Read more...

API Docs | Open Issues

DICOM Application Hosting
Aims at creating a C++ reference implementation of the DICOM Part 19 Application Hosting specifications. It provides an infrastructure to create both hosts and hosted applications. The project is still in alpha status but may be useful for conformance testing and initial experimentation. Read more...

API Docs | Open Issues


Widgets
A collection of Qt Widgets for usage in biomedical imaging applications. Read more...

API Docs | Open Issues

Plugin Framework
A dynamic component system for C++, modeled after the OSGi specifications. It enables a development model where applications are (dynamically) composed of many different (reusable) components following a service oriented approach. Read more...

API Docs | Open Issues

Important Links

Although the CTK efforts are concentrated on the topics described above, there are a couple of other working areas covering topics like interoperability and software testing which might be of interest to the biomedical imaging community. Please see the links given below for more details.

About CTK


CTK Users


CTK Developers



200px-GitHub.png Cmake-logo.png Qt-logo.png Python-powered-w-100x40.png Dcmtk-logo.png ItkLogo med.png VTKlogo.png