segment - Segment an Image with Thresholding Fuzzy c-Means
DoublePixelPacket GetImageDynamicThreshold( const Image *image, const double cluster_threshold, const double smooth_threshold, ExceptionInfo *);
unsigned int SegmentImage( Image *image, const ColorspaceType colorspace, const unsigned int verbose, const double cluster_threshold, const double smooth_threshold );
GetImageDynamicThreshold() returns the dynamic threshold for an image.
The format of the GetImageDynamicThreshold method is:
DoublePixelPacket GetImageDynamicThreshold ( const Image *image, const double cluster_threshold, const double smooth_threshold, ExceptionInfo *);
A description of each parameter follows.
SegmentImage() segment an image by analyzing the histograms of the color components and identifying units that are homogeneous with the fuzzy C-means technique.
The format of the SegmentImage method is:
unsigned int SegmentImage ( Image *image, const ColorspaceType colorspace, const unsigned int verbose, const double cluster_threshold, const double smooth_threshold );
A description of each parameter follows.