Introduction - If you have any usage issues, please Google them yourself
This program illustrates the Fuzzy c-means segmentation of an image.
This program converts an input image into two segments using Fuzzy k-means
algorithm. The output is stored as fuzzysegmented.jpg in the current directory.
This program can be generalised to get n segments an image
by means of slightly modifying the given code.