18 #ifndef MAGICKCORE_THRESHOLD_H 19 #define MAGICKCORE_THRESHOLD_H 21 #if defined(__cplusplus) || defined(c_plusplus) 59 #if defined(__cplusplus) || defined(c_plusplus)
MagickExport MagickBooleanType RangeThresholdImage(Image *, const double, const double, const double, const double, ExceptionInfo *)
MagickExport ThresholdMap * GetThresholdMap(const char *, ExceptionInfo *)
MagickExport MagickBooleanType RandomThresholdImage(Image *, const double, const double, ExceptionInfo *)
MagickExport MagickBooleanType BlackThresholdImage(Image *, const char *, ExceptionInfo *)
MagickExport MagickBooleanType AutoThresholdImage(Image *, const AutoThresholdMethod, ExceptionInfo *)
MagickExport Image * AdaptiveThresholdImage(const Image *, const size_t, const size_t, const double, ExceptionInfo *)
MagickExport ThresholdMap * DestroyThresholdMap(ThresholdMap *)
MagickExport MagickBooleanType ClampImage(Image *, ExceptionInfo *)
MagickExport MagickBooleanType WhiteThresholdImage(Image *, const char *, ExceptionInfo *)
MagickExport MagickBooleanType ListThresholdMaps(FILE *, ExceptionInfo *)
MagickExport MagickBooleanType ColorThresholdImage(Image *, const PixelInfo *, const PixelInfo *, ExceptionInfo *)
MagickExport MagickBooleanType OrderedDitherImage(Image *, const char *, ExceptionInfo *)
MagickExport MagickBooleanType PerceptibleImage(Image *, const double, ExceptionInfo *)
MagickExport MagickBooleanType BilevelImage(Image *, const double, ExceptionInfo *)