Main Page: Difference between revisions
m (→Tools) |
(New Main Page Layout) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
= '''CTK - The Common Toolkit''' = | |||
<div style="float:right;"> | |||
<wikiscript type="text/javascript" src="http://www.ohloh.net/p/483293/widgets/project_basic_stats.js"></wikiscript> | |||
</div> | |||
The goal of CTK is to support biomedical image computing. CTK code is licensed under [http://www.apache.org/licenses/LICENSE-2.0.html 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''. | |||
<div style="display:table-row;"> | |||
<div style="display:table-cell; max-width:450px;"> | |||
|| [ | {{documentation/g-box-start|Documentation/Dicom_Overview|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. [http://dicom.offis.de/dcmtk DCMTK] is used as the underlying toolkit. | ||
| | {{documentation/g-box-links|apiurl=http://www.commontk.org/docs/html/group__Project__DICOM.html|issuelabel=DICOM}} | ||
[[Documentation/Dicom_Overview | Read more...]] | |||
|| [[ | {{documentation/g-box-end}} | ||
| | </div> | ||
<div style="display:table-cell; max-width:450px;"> | |||
{{documentation/g-box-start|Documentation/DicomApplicationHosting|DICOM Application Hosting}}Aims at creating a C++ reference implementation of the [[media:DicomAppHostingSpecs.pdf | 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. | |||
|| | {{documentation/g-box-links|apiurl=http://www.commontk.org/docs/html/group__Project__DICOMAppHosting.html|issuelabel=DICOMApplicationHosting}} | ||
|| [[ | [[Documentation/DicomApplicationHosting | Read more...]] | ||
{{documentation/g-box-end}} | |||
|| [ | </div> | ||
|| | </div> | ||
<div style="display:table-row"> | |||
<div style="display:table-cell; max-width:450px;"> | |||
{{documentation/g-box-start|Documentation/WidgetPlans|Widgets}}A collection of Qt Widgets for usage in biomedical imaging applications. | |||
{{documentation/g-box-links|apiurl=http://www.commontk.org/docs/html/group__Project__Widgets.html|issuelabel=Widgets}} | |||
[[Documentation/WidgetPlans | Read more...]] | |||
{{documentation/g-box-end}} | |||
</div> | |||
<div style="display:table-cell; max-width:450px;"> | |||
{{documentation/g-box-start|Documentation/Plugin_Framework|Plugin Framework}}A dynamic component system for C++, modeled after the [http://www.osgi.org OSGi] specifications. It enables a development model where applications are (dynamically) composed of many different (reusable) components following a service oriented approach. | |||
{{documentation/g-box-links|apiurl=http://www.commontk.org/docs/html/group__PluginFramework.html|issuelabel=PluginFramework}} | |||
[[Documentation/Plugin_Framework | Read more...]] | |||
{{documentation/g-box-end}} | |||
</div> | |||
</div> | |||
=== 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 | interoperability]]'' and ''software testing'' which might be of interest to the biomedical imaging community. Please see the links given below for more details. | |||
= | {| border="0" align="center" width="98%" valign="top" cellspacing="7" cellpadding="2" | ||
|- | |||
! width="33%"| | |||
! | | |||
! width="33%"| | |||
! | | |||
! width="33%"| | |||
|- | |||
|valign="top"| | |||
<span style="color: #555555; font-size: 18px; font-weight: bold;">About CTK</span> | |||
---- | |||
* [[News]] | |||
* [[Events]] | |||
* [[The Team]] | |||
* [[CTK-Roadmap | CTK Roadmap Document]] | |||
* [[Interoperability]] | |||
* [[Documentation | Technical Documentation]] | |||
|bgcolor="#CCCCCC"| | |||
|valign="top"| | |||
<span style="color: #555555; font-size: 18px; font-weight: bold;">CTK Users</span> | |||
---- | |||
* [[Getting Started]] | |||
* [[Build Instructions]] | |||
* [http://www.commontk.org/docs/html/classes.html API Documentation] | |||
* [[Tools:_Application_launcher|Application Launcher]] | |||
| | |||
|bgcolor="#CCCCCC"| | |||
|valign="top"| | |||
* [http://github.com/ | <span style="color: #555555; font-size: 18px; font-weight: bold;">CTK Developers</span> | ||
---- | |||
* [http:// | * [http://github.com/commontk/CTK Source Code] | ||
* [http://my.cdash.org/index.php?project=CTK Dashboard] | |||
* [[Contributing to CTK]] | |||
* [http://github.com/commontk/CTK/issues/new Report a problem] | |||
* [[Project Ideas]] | |||
|} | |||
= | {|align="center" | ||
|- | |||
{| cellspacing=" | | | ||
|- | {|cellspacing="16px" | ||
|| [[File: | |- | ||
|- | | [[File:200px-GitHub.png|x26px|link=http://github.com/commontk/CTK]] | ||
|| [[ | | [[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:Dcmtk-logo.png|x26px|link=http://www.dcmtk.org]] | |||
| [[File:ItkLogo med.png|x26px|link=http://www.itk.org]] | |||
| [[File:VTKlogo.png|x26px|link=http://www.vtk.org]] | |||
|} | |} | ||
|} | |} | ||
Revision as of 02:26, 8 December 2011
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. |
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. |
Widgets |
A collection of Qt Widgets for usage in biomedical imaging applications. |
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. |
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 |
|