Algorithm 1. Pseudo code of the MFCM Algorithm |
1: Initialize the clusters randomly 2: calculate the centers of clusters 3: while minimum value of objective function do 4: for each data point in an image do 5: Step 1. Measure the membership of given data point to clusters 6: Step 2. Update the cluster centers 7: end for 8: end while |