NAMEsegment - Segment an Image with Thresholding Fuzzy c-Means
SYNOPSISMagickBooleanType SegmentImage( Image *image, const ColorspaceType colorspace, const MagickBooleanType verbose, const double cluster_threshold, const double smooth_threshold );
FUNCTION DESCRIPTIONS
SegmentImageSegmentImage() 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: MagickBooleanType SegmentImage ( Image *image, const ColorspaceType colorspace, const MagickBooleanType verbose, const double cluster_threshold, const double smooth_threshold ); A description of each parameter follows.
|