ITK/InsightClopedia: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
(Created page with 'Try some text.') |
No edit summary |
||
Line 1: | Line 1: | ||
Welcome to the '''InsightClopedia'''. | |||
This is a community-maintained resource that describes components of the Insight Toolkit and their use. | |||
A classification of filters can be found in the Doxygen documentation's page [http://www.itk.org/Doxygen310/html/modules.html ITK Modules]. | |||
= Image Processing = | |||
* [[ITK/InsightClopedia/Image Smoothing Filters | Image Smoothing Filters]] | |||
* [[ITK/InsightClopedia/Mathematical Morphology | Mathematical Morphology]] | |||
= Image Segmentation = | |||
* [[ITK/InsightClopedia/Level Sets| Level Sets]] | |||
* [[ITK/InsightClopedia/Region Growing Segmentation Filters| Region Growing Segmentation Filters]] | |||
* Intensity-Based Image Segmentation Filters | |||
** [[ITK/InsightClopedia/Watershed-based Segmentation Filters | Watershed-based Segmentation Filters]] | |||
* [[ITK/InsightClopedia/MeanShiftClustering|Mean shift clustering]] | |||
* [[ITK/InsightClopedia/kMeansClustering|k-Means clustering]] | |||
= Image Registration = | |||
* [[ITK/InsightClopedia/Registration | Registration ]] | |||
= Meshes = | |||
* [[ITK/InsightClopedia/Meshes|Meshes]] | |||
= Reading and Writing = | |||
* [[ITK/InsightClopedia/DICOM|DICOM]] | |||
* [[ITK/InsightClopedia/File Formats|File Formats]] | |||
= Wrapping and Other Languages = | |||
* [[ITK/InsightClopedia/Wrapping|Wrapping]] | |||
= DO's and DON'Ts of ITK = | |||
* [[ITK/InsightClopedia/DOs_and_DONTs|DOs_and_DONTs]] |
Revision as of 23:48, 17 March 2010
Welcome to the InsightClopedia.
This is a community-maintained resource that describes components of the Insight Toolkit and their use.
A classification of filters can be found in the Doxygen documentation's page ITK Modules.
Image Processing
Image Segmentation
- Level Sets
- Region Growing Segmentation Filters
- Intensity-Based Image Segmentation Filters
- Mean shift clustering
- k-Means clustering