threshold         439 Magick++/demo/demo.cpp       example.threshold( QuantumRange/2.0 );
threshold         815 Magick++/lib/Magick++/Image.h     void            threshold ( const double threshold_ );
threshold        1040 Magick++/lib/STL.cpp   image_.threshold( _threshold );
threshold        7082 coders/msl.c           double  threshold = 0;
threshold        7103 coders/msl.c               threshold = StringToDouble(value,(char **) NULL);
threshold        7123 coders/msl.c             threshold);
threshold        1513 magick/composite.c   if ((MagickRealType) fabs((double) (2.0*delta)) < threshold)
threshold        1522 magick/composite.c   composite->red=Threshold(p->red,q->red,threshold,amount);
threshold        1523 magick/composite.c   composite->green=Threshold(p->green,q->green,threshold,amount);
threshold        1524 magick/composite.c   composite->blue=Threshold(p->blue,q->blue,threshold,amount);
threshold        1526 magick/composite.c        threshold,amount);
threshold        1528 magick/composite.c     composite->index=Threshold(p->index,q->index,threshold,amount);
threshold        1650 magick/composite.c     threshold;
threshold        1684 magick/composite.c   threshold=0.05f;
threshold        2239 magick/composite.c           threshold=geometry_info.sigma;
threshold        2241 magick/composite.c             threshold=0.05f;
threshold        2243 magick/composite.c       threshold*=QuantumRange;
threshold        2679 magick/composite.c           CompositeThreshold(&source,&destination,threshold,amount,&composite);
threshold         898 magick/deprecate.c     threshold;
threshold         916 magick/deprecate.c   threshold.red=geometry_info.rho;
threshold         917 magick/deprecate.c   threshold.green=geometry_info.sigma;
threshold         919 magick/deprecate.c     threshold.green=threshold.red;
threshold         920 magick/deprecate.c   threshold.blue=geometry_info.xi;
threshold         922 magick/deprecate.c     threshold.blue=threshold.red;
threshold         923 magick/deprecate.c   status=BilevelImageChannel(image,RedChannel,threshold.red);
threshold         924 magick/deprecate.c   status&=BilevelImageChannel(image,GreenChannel,threshold.green);
threshold         925 magick/deprecate.c   status&=BilevelImageChannel(image,BlueChannel,threshold.blue);
threshold        5719 magick/deprecate.c     threshold=128;
threshold        5800 magick/deprecate.c                 threshold=lower_threshold;
threshold        5802 magick/deprecate.c                 threshold=upper_threshold;
threshold        5804 magick/deprecate.c                 threshold=(MagickRealType) (QuantumRange*
threshold        5808 magick/deprecate.c             threshold=(MagickRealType) QuantumRange*o2[(x%2)+2*(y%2)];
threshold        5810 magick/deprecate.c             threshold=(MagickRealType) QuantumRange*o3[(x%3)+3*(y%3)];
threshold        5812 magick/deprecate.c             threshold=(MagickRealType) QuantumRange*o4[(x%4)+4*(y%4)];
threshold        5813 magick/deprecate.c           index=(IndexPacket) (intensity <= threshold ? 0 : 1);
threshold        5829 magick/deprecate.c                     threshold=lower_threshold;
threshold        5831 magick/deprecate.c                     threshold=upper_threshold;
threshold        5833 magick/deprecate.c                     threshold=(MagickRealType) (QuantumRange*
threshold        5837 magick/deprecate.c                 threshold=(MagickRealType) QuantumRange*o2[(x%2)+2*(y%2)];
threshold        5839 magick/deprecate.c                 threshold=(MagickRealType) QuantumRange*o3[(x%3)+3*(y%3)];
threshold        5841 magick/deprecate.c                 threshold=(MagickRealType) QuantumRange*o4[(x%4)+4*(y%4)]/1.7;
threshold        5843 magick/deprecate.c                 threshold ? 0 : QuantumRange);
threshold        6909 magick/deprecate.c         threshold ? 0 : 1);
threshold        6972 magick/deprecate.c   if (threshold == (const char *) NULL)
threshold        6976 magick/deprecate.c   flags=ParseGeometry(threshold,&geometry_info);
threshold        8230 magick/display.c         threshold;
threshold        8247 magick/display.c       threshold=StringToDoubleInterval(factor,(double) QuantumRange+1.0);
threshold        8248 magick/display.c       (void) BilevelImage(*image,threshold);
threshold        8397 magick/display.c         threshold[MaxTextExtent] = "1.0x1.5";
threshold        8403 magick/display.c         threshold);
threshold        8404 magick/display.c       if (*threshold == '\0')
threshold        8411 magick/display.c       flags=ParseGeometry(threshold,&geometry_info);
threshold        8426 magick/display.c         threshold;
threshold        8446 magick/display.c       threshold=StringToDoubleInterval(factor,(double) QuantumRange+1.0);
threshold        8447 magick/display.c       sepia_image=SepiaToneImage(*image,threshold,&(*image)->exception);
threshold        8464 magick/display.c         threshold;
threshold        8481 magick/display.c       threshold=StringToDoubleInterval(factor,(double) QuantumRange+1.0);
threshold        8482 magick/display.c       (void) SolarizeImage(*image,threshold);
threshold        2248 magick/effect.c     threshold;
threshold        2300 magick/effect.c   threshold=0.0;
threshold        2579 magick/effect.c         threshold+=0.4f;
threshold        2580 magick/effect.c         (void) SegmentImage(preview_image,sRGBColorspace,MagickFalse,threshold,
threshold        2581 magick/effect.c           threshold);
threshold        2583 magick/effect.c           threshold,threshold);
threshold        3065 magick/effect.c     threshold,exception);
threshold        3284 magick/effect.c               if (fabs(contrast) < threshold)
threshold        3314 magick/effect.c                   if (fabs(contrast) < threshold)
threshold        3336 magick/effect.c                   if (fabs(contrast) < threshold)
threshold        3359 magick/effect.c               if (fabs(contrast) < threshold)
threshold        3391 magick/effect.c                   if (fabs(contrast) < threshold)
threshold        3413 magick/effect.c                   if (fabs(contrast) < threshold)
threshold        4011 magick/effect.c     threshold,exception);
threshold        4052 magick/effect.c   quantum_threshold=(MagickRealType) QuantumRange*threshold;
threshold        4166 magick/fx.c          tone=intensity > threshold ? (MagickRealType) QuantumRange : intensity+
threshold        4167 magick/fx.c            (MagickRealType) QuantumRange-threshold;
threshold        4169 magick/fx.c          tone=intensity > (7.0*threshold/6.0) ? (MagickRealType) QuantumRange :
threshold        4170 magick/fx.c            intensity+(MagickRealType) QuantumRange-7.0*threshold/6.0;
threshold        4172 magick/fx.c          tone=intensity < (threshold/6.0) ? 0 : intensity-threshold/6.0;
threshold        4174 magick/fx.c          tone=threshold/7.0;
threshold        4566 magick/fx.c      status=SolarizeImageChannel(image,DefaultChannels,threshold,
threshold        4605 magick/fx.c              if ((MagickRealType) image->colormap[i].red > threshold)
threshold        4608 magick/fx.c              if ((MagickRealType) image->colormap[i].green > threshold)
threshold        4644 magick/fx.c            if ((MagickRealType) GetPixelRed(q) > threshold)
threshold        4647 magick/fx.c            if ((MagickRealType) GetPixelGreen(q) > threshold)
threshold        4650 magick/fx.c            if ((MagickRealType) GetPixelBlue(q) > threshold)
threshold        1539 magick/quantum-export.c         threshold;
threshold        1552 magick/quantum-export.c       threshold=(Quantum) (QuantumRange/2);
threshold        1556 magick/quantum-export.c         *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 7;
threshold        1558 magick/quantum-export.c         *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 6;
threshold        1560 magick/quantum-export.c         *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 5;
threshold        1562 magick/quantum-export.c         *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 4;
threshold        1564 magick/quantum-export.c         *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 3;
threshold        1566 magick/quantum-export.c         *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 2;
threshold        1568 magick/quantum-export.c         *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 1;
threshold        1570 magick/quantum-export.c         *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 0;
threshold        1579 magick/quantum-export.c             *q|=(GetPixelLuma(image,p) < threshold ? black : white) << bit;
threshold        1793 magick/quantum-export.c         threshold;
threshold        1807 magick/quantum-export.c       threshold=(Quantum) (QuantumRange/2);
threshold        1811 magick/quantum-export.c         *q|=(GetPixelLuma(image,p) > threshold ? black : white) << 7;
threshold        1816 magick/quantum-export.c         *q|=(GetPixelLuma(image,p) > threshold ? black : white) << 5;
threshold        1821 magick/quantum-export.c         *q|=(GetPixelLuma(image,p) > threshold ? black : white) << 3;
threshold        1826 magick/quantum-export.c         *q|=(GetPixelLuma(image,p) > threshold ? black : white) << 1;
threshold        1838 magick/quantum-export.c             *q|=(GetPixelLuma(image,p) > threshold ? black : white) <<
threshold         972 magick/segment.c     threshold;
threshold        1189 magick/segment.c   threshold=(background->red.center+object->red.center)/2.0;
threshold        1191 magick/segment.c     (threshold+0.5));
threshold        1192 magick/segment.c   threshold=(background->green.center+object->green.center)/2.0;
threshold        1194 magick/segment.c     (threshold+0.5));
threshold        1195 magick/segment.c   threshold=(background->blue.center+object->blue.center)/2.0;
threshold        1197 magick/segment.c     (threshold+0.5));
threshold         694 magick/shear.c       if (((MagickRealType) GetPixelRed(p) < threshold) ||
threshold         695 magick/shear.c           ((MagickRealType) GetPixelGreen(p) < threshold) ||
threshold         696 magick/shear.c           ((MagickRealType) GetPixelBlue(p) < threshold))
threshold         746 magick/shear.c       if (((MagickRealType) GetPixelRed(p) < threshold) ||
threshold         747 magick/shear.c           ((MagickRealType) GetPixelGreen(p) < threshold) ||
threshold         748 magick/shear.c           ((MagickRealType) GetPixelBlue(p) < threshold))
threshold         874 magick/shear.c   status=RadonTransform(image,threshold,projection,exception);
threshold         414 magick/threshold.c   status=BilevelImageChannel(image,DefaultChannels,threshold);
threshold         481 magick/threshold.c           SetPixelRed(q,GetPixelIntensity(image,q) <= threshold ? 0 :
threshold         492 magick/threshold.c           SetPixelRed(q,(MagickRealType) GetPixelRed(q) <= threshold ? 0 :
threshold         495 magick/threshold.c           SetPixelGreen(q,(MagickRealType) GetPixelGreen(q) <= threshold ? 0 :
threshold         498 magick/threshold.c           SetPixelBlue(q,(MagickRealType) GetPixelBlue(q) <= threshold ? 0 :
threshold         504 magick/threshold.c                 threshold ? 0 : QuantumRange);
threshold         507 magick/threshold.c                 threshold ? OpaqueOpacity : TransparentOpacity);
threshold         512 magick/threshold.c             threshold ? 0 : QuantumRange);
threshold         574 magick/threshold.c   status=BlackThresholdImageChannel(image,DefaultChannels,threshold,
threshold         597 magick/threshold.c     threshold;
threshold         613 magick/threshold.c   GetMagickPixelPacket(image,&threshold);
threshold         615 magick/threshold.c   threshold.red=geometry_info.rho;
threshold         616 magick/threshold.c   threshold.green=geometry_info.sigma;
threshold         618 magick/threshold.c     threshold.green=threshold.red;
threshold         619 magick/threshold.c   threshold.blue=geometry_info.xi;
threshold         621 magick/threshold.c     threshold.blue=threshold.red;
threshold         622 magick/threshold.c   threshold.opacity=geometry_info.psi;
threshold         624 magick/threshold.c     threshold.opacity=threshold.red;
threshold         625 magick/threshold.c   threshold.index=geometry_info.chi;
threshold         627 magick/threshold.c     threshold.index=threshold.red;
threshold         630 magick/threshold.c       threshold.red*=(MagickRealType) (QuantumRange/100.0);
threshold         631 magick/threshold.c       threshold.green*=(MagickRealType) (QuantumRange/100.0);
threshold         632 magick/threshold.c       threshold.blue*=(MagickRealType) (QuantumRange/100.0);
threshold         633 magick/threshold.c       threshold.opacity*=(MagickRealType) (QuantumRange/100.0);
threshold         634 magick/threshold.c       threshold.index*=(MagickRealType) (QuantumRange/100.0);
threshold         636 magick/threshold.c   if ((IsMagickGray(&threshold) == MagickFalse) &&
threshold         672 magick/threshold.c           ((MagickRealType) GetPixelRed(q) < threshold.red))
threshold         675 magick/threshold.c           ((MagickRealType) GetPixelGreen(q) < threshold.green))
threshold         678 magick/threshold.c           ((MagickRealType) GetPixelBlue(q) < threshold.blue))
threshold         681 magick/threshold.c           ((MagickRealType) GetPixelOpacity(q) < threshold.opacity))
threshold         685 magick/threshold.c           ((MagickRealType) GetPixelIndex(indexes+x) < threshold.index))
threshold         949 magick/threshold.c      *threshold,
threshold         959 magick/threshold.c   for( threshold = GetXMLTreeChild(thresholds,"threshold");
threshold         960 magick/threshold.c        threshold != (XMLTreeInfo *)NULL;
threshold         961 magick/threshold.c        threshold = GetNextXMLTreeTag(threshold) ) {
threshold         962 magick/threshold.c     attr = GetXMLTreeAttribute(threshold, "map");
threshold         965 magick/threshold.c     attr = GetXMLTreeAttribute(threshold, "alias");
threshold         969 magick/threshold.c   if ( threshold == (XMLTreeInfo *)NULL ) {
threshold         972 magick/threshold.c   description = GetXMLTreeChild(threshold,"description");
threshold         979 magick/threshold.c   levels = GetXMLTreeChild(threshold,"levels");
threshold         996 magick/threshold.c   attr = GetXMLTreeAttribute(threshold, "map");
threshold        1194 magick/threshold.c   XMLTreeInfo *thresholds,*threshold,*description;
threshold        1210 magick/threshold.c   for( threshold = GetXMLTreeChild(thresholds,"threshold");
threshold        1211 magick/threshold.c        threshold != (XMLTreeInfo *)NULL;
threshold        1212 magick/threshold.c        threshold = GetNextXMLTreeTag(threshold) )
threshold        1214 magick/threshold.c     map = GetXMLTreeAttribute(threshold, "map");
threshold        1221 magick/threshold.c     alias = GetXMLTreeAttribute(threshold, "alias");
threshold        1223 magick/threshold.c     description=GetXMLTreeChild(threshold,"description");
threshold        1579 magick/threshold.c           threshold,
threshold        1587 magick/threshold.c         threshold = map->levels[(x%map->width) +map->width*(y%map->height)];
threshold        1604 magick/threshold.c             ((l+(t >= threshold))*(MagickRealType) QuantumRange/levels.red)));
threshold        1611 magick/threshold.c             ((l+(t >= threshold))*(MagickRealType) QuantumRange/levels.green)));
threshold        1618 magick/threshold.c             ((l+(t >= threshold))*(MagickRealType) QuantumRange/levels.blue)));
threshold        1625 magick/threshold.c             ((1.0-l-(t >= threshold))*(MagickRealType) QuantumRange/
threshold        1633 magick/threshold.c             (t>=threshold))*(MagickRealType) QuantumRange/levels.index)));
threshold        1889 magick/threshold.c     threshold;
threshold        1914 magick/threshold.c   GetMagickPixelPacket(image,&threshold);
threshold        1993 magick/threshold.c             threshold.index=min_threshold;
threshold        1995 magick/threshold.c             threshold.index=max_threshold;
threshold        1997 magick/threshold.c             threshold.index=(MagickRealType)(QuantumRange*
threshold        1999 magick/threshold.c           index=(IndexPacket) (intensity <= threshold.index ? 0 : 1);
threshold        2067 magick/threshold.c             threshold.red=min_threshold;
threshold        2070 magick/threshold.c               threshold.red=max_threshold;
threshold        2072 magick/threshold.c               threshold.red=(MagickRealType) (QuantumRange*
threshold        2078 magick/threshold.c             threshold.green=min_threshold;
threshold        2081 magick/threshold.c               threshold.green=max_threshold;
threshold        2083 magick/threshold.c               threshold.green=(MagickRealType) (QuantumRange*
threshold        2089 magick/threshold.c             threshold.blue=min_threshold;
threshold        2092 magick/threshold.c               threshold.blue=max_threshold;
threshold        2094 magick/threshold.c               threshold.blue=(MagickRealType) (QuantumRange*
threshold        2100 magick/threshold.c             threshold.opacity=min_threshold;
threshold        2103 magick/threshold.c               threshold.opacity=max_threshold;
threshold        2105 magick/threshold.c               threshold.opacity=(MagickRealType) (QuantumRange*
threshold        2112 magick/threshold.c             threshold.index=min_threshold;
threshold        2115 magick/threshold.c               threshold.index=max_threshold;
threshold        2117 magick/threshold.c               threshold.index=(MagickRealType) (QuantumRange*
threshold        2121 magick/threshold.c         SetPixelRed(q,(MagickRealType) GetPixelRed(q) <= threshold.red ?
threshold        2124 magick/threshold.c         SetPixelGreen(q,(MagickRealType) GetPixelGreen(q) <= threshold.green ?
threshold        2127 magick/threshold.c         SetPixelBlue(q,(MagickRealType) GetPixelBlue(q) <= threshold.blue ?
threshold        2131 magick/threshold.c           threshold.opacity ? 0 : QuantumRange);
threshold        2135 magick/threshold.c           threshold.index ? 0 : QuantumRange);
threshold        2198 magick/threshold.c   status=WhiteThresholdImageChannel(image,DefaultChannels,threshold,
threshold        2221 magick/threshold.c     threshold;
threshold        2238 magick/threshold.c   GetMagickPixelPacket(image,&threshold);
threshold        2239 magick/threshold.c   threshold.red=geometry_info.rho;
threshold        2240 magick/threshold.c   threshold.green=geometry_info.sigma;
threshold        2242 magick/threshold.c     threshold.green=threshold.red;
threshold        2243 magick/threshold.c   threshold.blue=geometry_info.xi;
threshold        2245 magick/threshold.c     threshold.blue=threshold.red;
threshold        2246 magick/threshold.c   threshold.opacity=geometry_info.psi;
threshold        2248 magick/threshold.c     threshold.opacity=threshold.red;
threshold        2249 magick/threshold.c   threshold.index=geometry_info.chi;
threshold        2251 magick/threshold.c     threshold.index=threshold.red;
threshold        2254 magick/threshold.c       threshold.red*=(MagickRealType) (QuantumRange/100.0);
threshold        2255 magick/threshold.c       threshold.green*=(MagickRealType) (QuantumRange/100.0);
threshold        2256 magick/threshold.c       threshold.blue*=(MagickRealType) (QuantumRange/100.0);
threshold        2257 magick/threshold.c       threshold.opacity*=(MagickRealType) (QuantumRange/100.0);
threshold        2258 magick/threshold.c       threshold.index*=(MagickRealType) (QuantumRange/100.0);
threshold        2260 magick/threshold.c   if ((IsMagickGray(&threshold) == MagickFalse) &&
threshold        2296 magick/threshold.c           ((MagickRealType) GetPixelRed(q) > threshold.red))
threshold        2299 magick/threshold.c           ((MagickRealType) GetPixelGreen(q) > threshold.green))
threshold        2302 magick/threshold.c           ((MagickRealType) GetPixelBlue(q) > threshold.blue))
threshold        2305 magick/threshold.c           ((MagickRealType) GetPixelOpacity(q) > threshold.opacity))
threshold        2309 magick/threshold.c           ((MagickRealType) GetPixelIndex(indexes+x)) > threshold.index)
threshold         927 wand/magick-image.c     threshold),PixelGetGreenQuantum(threshold),PixelGetBlueQuantum(threshold),
threshold         928 wand/magick-image.c     PixelGetOpacityQuantum(threshold));
threshold        2551 wand/magick-image.c   sepia_image=DeskewImage(wand->images,threshold,wand->exception);
threshold        8591 wand/magick-image.c     threshold[MaxTextExtent];
threshold        8602 wand/magick-image.c   (void) FormatLocaleString(threshold,MaxTextExtent,"%gx%g",low,high);
threshold        8603 wand/magick-image.c   status=RandomThresholdImageChannel(wand->images,channel,threshold,
threshold        9307 wand/magick-image.c     threshold);
threshold        9325 wand/magick-image.c     threshold,wand->exception);
threshold        9417 wand/magick-image.c   sepia_image=SepiaToneImage(wand->images,threshold,wand->exception);
threshold        11719 wand/magick-image.c   status=MagickSolarizeImageChannel(wand,DefaultChannels,threshold);
threshold        11735 wand/magick-image.c   status=SolarizeImageChannel(wand->images,channel,threshold,wand->exception);
threshold        12265 wand/magick-image.c   status=MagickThresholdImageChannel(wand,DefaultChannels,threshold);
threshold        12281 wand/magick-image.c   status=BilevelImageChannel(wand->images,channel,threshold);
threshold        12787 wand/magick-image.c     amount,threshold);
threshold        12805 wand/magick-image.c     amount,threshold,wand->exception);
threshold        12953 wand/magick-image.c     PixelGetRedQuantum(threshold),PixelGetGreenQuantum(threshold),
threshold        12954 wand/magick-image.c     PixelGetBlueQuantum(threshold),PixelGetOpacityQuantum(threshold));
threshold        1297 wand/mogrify.c               threshold;
threshold        1304 wand/mogrify.c               threshold=40.0*QuantumRange/100.0;
threshold        1306 wand/mogrify.c               threshold=StringToDoubleInterval(argv[i+1],(double) QuantumRange+
threshold        1308 wand/mogrify.c             mogrify_image=DeskewImage(*image,threshold,exception);
threshold        2650 wand/mogrify.c               threshold;
threshold        2656 wand/mogrify.c             threshold=StringToDoubleInterval(argv[i+1],(double) QuantumRange+
threshold        2658 wand/mogrify.c             mogrify_image=SepiaToneImage(*image,threshold,exception);
threshold        2816 wand/mogrify.c               threshold;
threshold        2819 wand/mogrify.c             threshold=StringToDoubleInterval(argv[i+1],(double) QuantumRange+
threshold        2821 wand/mogrify.c             (void) SolarizeImageChannel(*image,channel,threshold,exception);
threshold        2955 wand/mogrify.c               threshold;
threshold        2962 wand/mogrify.c               threshold=(double) QuantumRange/2;
threshold        2964 wand/mogrify.c               threshold=StringToDoubleInterval(argv[i+1],(double) QuantumRange+
threshold        2966 wand/mogrify.c             (void) BilevelImageChannel(*image,channel,threshold);