Research Article
SAR Image Segmentation Based on Improved Grey Wolf Optimization Algorithm and Fuzzy C-Means
| Input: Image data, | | 1: Initialization Parameter: c=2, >0, =0, k=0, . | | 2: While Stopping criteria not met do | | 3: Calculate , | | 4: Calculate , | | 5: If | | 6: Break | | 7: else | | 8: | | 9: end if | | 10: Calculate , | | 11: If && | | 12: Break | | 13: else | | 14: | | 15: end if | | 16: end while | | Output: Partition matrix, Center matrix, c Number of clusters, Adaptive function of c. |
|