Home | History | Annotate | Download | only in coders

Lines Matching defs:threshold

94 #include "MagickCore/threshold.h"
5942 if (LocaleCompare(keyword,"cluster-threshold") == 0)
5979 if (LocaleCompare(keyword,"smoothing-threshold") == 0)
6682 if (LocaleCompare(keyword,"threshold") == 0)
7158 else if (LocaleCompare((const char *) tag,"threshold") == 0)
7161 double threshold = 0;
7180 if (LocaleCompare(keyword,"threshold") == 0)
7182 threshold = StringToDouble(value,(char **) NULL);
7200 BilevelImage(msl_info->image[n],threshold,exception);