| genre | Fuzzy |
| status | work-in-progress |
| authors | Michael Schwier, Sarah Behrens |
| package | MeVisLab/Standard |
| dll | MLFuzzy |
| definition | MLFuzzy.def |
| see also | IntervalThresh, FuzzyConnectDistance |
| keywords | fuzzy, cluster, fcm, cmeans, segmentation, classification |
The module FuzzyCluster implements a fuzzy c-means algorithm that classifies an image into different clusters depending on the gray values.
Image voxels get a membership value ranging from 0 to 1 for each cluster. This permits for example to segment regions of the image by choosing clusters and membership thresholds.
Choose a number of classes you want the image to be classified into. Press the Calculate Cluster button. Since the calculation can be quite time-consuming, it is only started on demand and even then only if essential fields (like Fuzziness, Epsilon, etc.) were changed.
output1 always shows all clusters, with voxels being assigned to the clusters in which they have the highest membership (this is what you usually want). To be able to see something at output0 you also have to provide one or more valid markers at the inputMarkersVol input. After changing the markers you will need to press Calculate Cluster again, to see the clusters corresponding to the marked voxels. By adjusting the Membership Threshold you can define how high the membership of a voxel in relation to the chosen clusters have to be to be included in the output0 image.
It is highly recommended to use only images of an integer type (int, uint, etc.) as input!
The calculation time is significantly higher for float images, and big non-integer images the module cannot even handle.
| acceptedMarkerType: Integer | Max membership difference: Double | Use gray value limit: Bool |
| Calculate Cluster: Trigger | maxSize: Integer | Value of Center: Double |
| Cluster Index: Integer | Membership Threshold: Double | weight: Double |
| Epsilon: Double | noSeeds: Integer | |
| forceFullFCM: Bool | Number of Classes: Integer | |
| Fuzziness: Double | objects: Integer | |
| Iteration Limit: Integer | Performed Iterations: Integer | |
| Lower gray value limit: Double | Upper gray value limit: Double |
Sets the number of clusters the image will be clustered into.
Shows the value difference between the current and the previous calculation.
Sets the fuzzyness parameter.
If checked, the module only works on voxels with a value within Lower gray value limit and Upper gray value limit.
Sets the lower gray value limit for cluster computation.
Sets the upper gray value limit for cluster computation.
Sets the index of the cluster about which information should be displayed.
Shows the gray value of the center of the cluster selected with Cluster Index.
Sets the maximum amount of iterations that are performed in the Fuzzy-C-Means calculation.
This is needed for cases where the fuzzy clustering does not converge.
A value of 0 means no limit.
Shows the number of performed iterations.
If this field shows the same number as Iteration Limit, the fuzzy clustering probably did not converge.