#include "magick/morphology.h"
Go to the source code of this file.
Enumerations | |
enum | PreviewType { UndefinedPreview, RotatePreview, ShearPreview, RollPreview, HuePreview, SaturationPreview, BrightnessPreview, GammaPreview, SpiffPreview, DullPreview, GrayscalePreview, QuantizePreview, DespecklePreview, ReduceNoisePreview, AddNoisePreview, SharpenPreview, BlurPreview, ThresholdPreview, EdgeDetectPreview, SpreadPreview, SolarizePreview, ShadePreview, RaisePreview, SegmentPreview, SwirlPreview, ImplodePreview, WavePreview, OilPaintPreview, CharcoalDrawingPreview, JPEGPreview } |
Functions | |
MagickExport Image * | AdaptiveBlurImage (const Image *, const double, const double, ExceptionInfo *) |
MagickExport Image ** | AdaptiveBlurImageChannel (const Image *, const ChannelType, const double, const double, ExceptionInfo *) |
MagickExport Image *** | AdaptiveSharpenImage (const Image *, const double, const double, ExceptionInfo *) |
MagickExport Image **** | AdaptiveSharpenImageChannel (const Image *, const ChannelType, const double, const double, ExceptionInfo *) |
MagickExport Image ***** | BlurImage (const Image *, const double, const double, ExceptionInfo *) |
MagickExport Image ****** | BlurImageChannel (const Image *, const ChannelType, const double, const double, ExceptionInfo *) |
MagickExport Image ******* | ConvolveImage (const Image *, const size_t, const double *, ExceptionInfo *) |
MagickExport Image ******** | ConvolveImageChannel (const Image *, const ChannelType, const size_t, const double *, ExceptionInfo *) |
MagickExport Image ********* | DespeckleImage (const Image *, ExceptionInfo *) |
MagickExport Image ********** | EdgeImage (const Image *, const double, ExceptionInfo *) |
MagickExport Image *********** | EmbossImage (const Image *, const double, const double, ExceptionInfo *) |
MagickExport Image ************ | FilterImage (const Image *, const KernelInfo *, ExceptionInfo *) |
MagickExport Image ************* | FilterImageChannel (const Image *, const ChannelType, const KernelInfo *, ExceptionInfo *) |
MagickExport Image ************** | GaussianBlurImage (const Image *, const double, const double, ExceptionInfo *) |
MagickExport Image *************** | GaussianBlurImageChannel (const Image *, const ChannelType, const double, const double, ExceptionInfo *) |
MagickExport Image **************** | KuwaharaImage (const Image *, const double, const double, ExceptionInfo *) |
MagickExport Image ***************** | KuwaharaImageChannel (const Image *, const ChannelType, const double, const double, ExceptionInfo *) |
MagickExport Image ****************** | LocalContrastImage (const Image *, const double, const double, ExceptionInfo *) |
MagickExport Image ******************* | MotionBlurImage (const Image *, const double, const double, const double, ExceptionInfo *) |
MagickExport Image ******************** | MotionBlurImageChannel (const Image *, const ChannelType, const double, const double, const double, ExceptionInfo *) |
MagickExport Image ********************* | PreviewImage (const Image *, const PreviewType, ExceptionInfo *) |
MagickExport Image ********************** | RotationalBlurImage (const Image *, const double, ExceptionInfo *) |
MagickExport Image *********************** | RotationalBlurImageChannel (const Image *, const ChannelType, const double, ExceptionInfo *) |
MagickExport Image ************************ | SelectiveBlurImage (const Image *, const double, const double, const double, ExceptionInfo *) |
MagickExport Image ************************* | SelectiveBlurImageChannel (const Image *, const ChannelType, const double, const double, const double, ExceptionInfo *) |
MagickExport Image ************************** | ShadeImage (const Image *, const MagickBooleanType, const double, const double, ExceptionInfo *) |
MagickExport Image *************************** | SharpenImage (const Image *, const double, const double, ExceptionInfo *) |
MagickExport Image **************************** | SharpenImageChannel (const Image *, const ChannelType, const double, const double, ExceptionInfo *) |
MagickExport Image ***************************** | SpreadImage (const Image *, const double, ExceptionInfo *) |
MagickExport Image ****************************** | UnsharpMaskImage (const Image *, const double, const double, const double, const double, ExceptionInfo *) |
MagickExport Image ******************************* | UnsharpMaskImageChannel (const Image *, const ChannelType, const double, const double, const double, const double, ExceptionInfo *) |
enum PreviewType |
MagickExport Image* AdaptiveBlurImage | ( | const Image * | , | |
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * AdaptiveBlurImageChannel | ( | const Image * | , | |
const | ChannelType, | |||
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * AdaptiveSharpenImage | ( | const Image * | , | |
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * AdaptiveSharpenImageChannel | ( | const Image * | , | |
const | ChannelType, | |||
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * BlurImage | ( | const Image * | , | |
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * BlurImageChannel | ( | const Image * | , | |
const | ChannelType, | |||
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * ConvolveImage | ( | const Image * | , | |
const | size_t, | |||
const double * | , | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * ConvolveImageChannel | ( | const Image * | , | |
const | ChannelType, | |||
const | size_t, | |||
const double * | , | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * DespeckleImage | ( | const Image * | , | |
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * EdgeImage | ( | const Image * | , | |
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * EmbossImage | ( | const Image * | , | |
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * FilterImage | ( | const Image * | , | |
const KernelInfo * | , | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * FilterImageChannel | ( | const Image * | , | |
const | ChannelType, | |||
const KernelInfo * | , | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * * GaussianBlurImage | ( | const Image * | , | |
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * * * GaussianBlurImageChannel | ( | const Image * | , | |
const | ChannelType, | |||
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * * * * KuwaharaImage | ( | const Image * | , | |
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * * * * * KuwaharaImageChannel | ( | const Image * | , | |
const | ChannelType, | |||
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * * * * * * LocalContrastImage | ( | const Image * | , | |
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * * * * * * * MotionBlurImage | ( | const Image * | , | |
const | double, | |||
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * * * * * * * * MotionBlurImageChannel | ( | const Image * | , | |
const | ChannelType, | |||
const | double, | |||
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * * * * * * * * * PreviewImage | ( | const Image * | , | |
const | PreviewType, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * * * * * * * * * * RotationalBlurImage | ( | const Image * | , | |
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * * * * * * * * * * * RotationalBlurImageChannel | ( | const Image * | , | |
const | ChannelType, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * * * * * * * * * * * * SelectiveBlurImage | ( | const Image * | , | |
const | double, | |||
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * * * * * * * * * * * * * SelectiveBlurImageChannel | ( | const Image * | , | |
const | ChannelType, | |||
const | double, | |||
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * * * * * * * * * * * * * * ShadeImage | ( | const Image * | , | |
const | MagickBooleanType, | |||
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * * * * * * * * * * * * * * * SharpenImage | ( | const Image * | , | |
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * * * * * * * * * * * * * * * * SharpenImageChannel | ( | const Image * | , | |
const | ChannelType, | |||
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * * * * * * * * * * * * * * * * * SpreadImage | ( | const Image * | , | |
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * UnsharpMaskImage | ( | const Image * | , | |
const | double, | |||
const | double, | |||
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
MagickExport Image* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * UnsharpMaskImageChannel | ( | const Image * | , | |
const | ChannelType, | |||
const | double, | |||
const | double, | |||
const | double, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
References AcquireAuthenticCacheView(), AcquireVirtualCacheView(), _MagickPixelPacket::blue, _DoublePixelPacket::blue, BlueChannel, BlurImageChannel(), ClampToQuantum(), CMYKColorspace, _Image::colorspace, _Image::columns, _Image::debug, DestroyCacheView(), DestroyImage(), _Image::filename, GetCacheViewAuthenticIndexQueue(), GetCacheViewAuthenticPixels(), GetCacheViewVirtualIndexQueue(), GetCacheViewVirtualPixels(), GetMagickModule, GetMagickPixelPacket(), GetPixelBlue, GetPixelGreen, GetPixelIndex, GetPixelOpacity, GetPixelRed, _MagickPixelPacket::green, _DoublePixelPacket::green, GreenChannel, _MagickPixelPacket::index, _DoublePixelPacket::index, IndexChannel, LogMagickEvent(), magick_restrict, MagickCoreSignature, MagickFalse, MagickTrue, _MagickPixelPacket::opacity, _DoublePixelPacket::opacity, OpacityChannel, _Image::progress_monitor, QuantumRange, _MagickPixelPacket::red, _DoublePixelPacket::red, RedChannel, _Image::rows, SetImageProgress(), SetPixelBlue, SetPixelGreen, SetPixelIndex, SetPixelOpacity, SetPixelRed, SharpenImageTag, _Image::signature, SyncCacheViewAuthenticPixels(), SyncChannels, TraceEvent, and _Image::type.
Referenced by UnsharpMaskImage().