| Class | Description |
|---|---|
| FuzzyCMeansImageClustering |
This class implements a basic Fuzzy C-Means clustering algorithm as an image
processing task.
|
| FuzzyLICMeansImageClustering |
This class implements a basic Fuzzy C-Means clustering algorithm as an image
processing task.
|
| ImageProcessingTask |
This abstract class represents a image processing task that is executed
on its own thread.
|
| KMeansImageClustering |
This class implements a basic K-Means clustering algorithm as an image
processing task.
|
| TemplateMatchingWithIterators |
This class demonstrates an implementation of a basic Template Matching
algorithm, using RandomIter(ators) to access the data.
|
| TemplateMatchingWithRasters |
This class demonstrates an implementation of a basic Template Matching
algorithm, using Raster(s) to access the data.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.