threshold.h File Reference

Go to the source code of this file.

Typedefs

typedef struct _ThresholdMap ThresholdMap

Enumerations

enum  AutoThresholdMethod { UndefinedThresholdMethod, KapurThresholdMethod, OTSUThresholdMethod, TriangleThresholdMethod }

Functions

MagickExport ImageAdaptiveThresholdImage (const Image *, const size_t, const size_t, const double, ExceptionInfo *)
MagickExport ThresholdMapDestroyThresholdMap (ThresholdMap *)
MagickExport ThresholdMap ** GetThresholdMap (const char *, ExceptionInfo *)
MagickExport MagickBooleanType AutoThresholdImage (Image *, const AutoThresholdMethod, ExceptionInfo *)
MagickExport MagickBooleanType BilevelImage (Image *, const double, ExceptionInfo *)
MagickExport MagickBooleanType BlackThresholdImage (Image *, const char *, ExceptionInfo *)
MagickExport MagickBooleanType ClampImage (Image *, ExceptionInfo *)
MagickExport MagickBooleanType ListThresholdMaps (FILE *, ExceptionInfo *)
MagickExport MagickBooleanType OrderedDitherImage (Image *, const char *, ExceptionInfo *)
MagickExport MagickBooleanType PerceptibleImage (Image *, const double, ExceptionInfo *)
MagickExport MagickBooleanType RandomThresholdImage (Image *, const double, const double, ExceptionInfo *)
MagickExport MagickBooleanType RangeThresholdImage (Image *, const double, const double, const double, const double, ExceptionInfo *)
MagickExport MagickBooleanType WhiteThresholdImage (Image *, const char *, ExceptionInfo *)

Typedef Documentation

typedef struct _ThresholdMap ThresholdMap

Enumeration Type Documentation

Enumerator:
UndefinedThresholdMethod 
KapurThresholdMethod 
OTSUThresholdMethod 
TriangleThresholdMethod 

Function Documentation

MagickExport Image* AdaptiveThresholdImage ( const Image ,
const   size_t,
const   size_t,
const   double,
ExceptionInfo  
)
MagickExport MagickBooleanType AutoThresholdImage ( Image ,
const   AutoThresholdMethod,
ExceptionInfo  
)
MagickExport MagickBooleanType BilevelImage ( Image ,
const   double,
ExceptionInfo  
)
MagickExport MagickBooleanType BlackThresholdImage ( Image ,
const char *  ,
ExceptionInfo  
)
MagickExport MagickBooleanType ClampImage ( Image ,
ExceptionInfo  
)
MagickExport ThresholdMap* DestroyThresholdMap ( ThresholdMap  ) 
MagickExport ThresholdMap* * GetThresholdMap ( const char *  ,
ExceptionInfo  
)
MagickExport MagickBooleanType ListThresholdMaps ( FILE *  ,
ExceptionInfo  
)
MagickExport MagickBooleanType OrderedDitherImage ( Image ,
const char *  ,
ExceptionInfo  
)
MagickExport MagickBooleanType PerceptibleImage ( Image ,
const   double,
ExceptionInfo  
)
MagickExport MagickBooleanType RandomThresholdImage ( Image ,
const   double,
const   double,
ExceptionInfo  
)
MagickExport MagickBooleanType RangeThresholdImage ( Image ,
const   double,
const   double,
const   double,
const   double,
ExceptionInfo  
)
MagickExport MagickBooleanType WhiteThresholdImage ( Image ,
const char *  ,
ExceptionInfo  
)

Generated on 7 Oct 2019 for MagickCore by  doxygen 1.6.1