#include "magick/morphology.h"
Go to the source code of this file.
Functions | |
MagickExport Image * | MorphologyApply (const Image *, const ChannelType, const MorphologyMethod, const ssize_t, const KernelInfo *, const CompositeOperator, const double, ExceptionInfo *) |
MagickExport void | ZeroKernelNans (KernelInfo *) |
MagickExport Image* MorphologyApply | ( | const Image * | , | |
const | ChannelType, | |||
const | MorphologyMethod, | |||
const | ssize_t, | |||
const KernelInfo * | , | |||
const | CompositeOperator, | |||
const | double, | |||
ExceptionInfo * | ||||
) |
References BottomHatMorphology, CloneImage(), CloneKernelInfo(), CloseIntensityMorphology, CloseMorphology, _Image::columns, CommandOptionToMnemonic(), _Image::compose, CompositeImageChannel(), ConvolveMorphology, CopyOpacityCompositeOp, CorrelateMorphology, DeactivateAlphaChannel, DefaultChannels, DestroyImage(), DestroyKernelInfo(), DifferenceCompositeOp, DilateIntensityMorphology, DilateMorphology, DirectClass, DistanceMorphology, EdgeInMorphology, EdgeMorphology, EdgeOutMorphology, ErodeIntensityMorphology, ErodeMorphology, _Image::exception, FormatLocaleFile(), FormatLocaleString(), GetImageArtifact(), HitAndMissMorphology, InheritException(), IsMagickTrue(), LightenCompositeOp, MagickComposeOptions, MagickCoreSignature, MagickFalse, MagickMorphologyOptions, MagickTrue, MaxTextExtent, MorphologyPrimitive(), MorphologyPrimitiveDirect(), KernelInfo::next, NoCompositeOp, OpenIntensityMorphology, OpenMorphology, RotateKernelInfo(), _Image::rows, SetImageAlphaChannel(), SetImageStorageClass(), _ExceptionInfo::signature, KernelInfo::signature, _Image::signature, SmoothMorphology, SyncChannels, ThickenMorphology, ThinningMorphology, TopHatMorphology, UndefinedCompositeOp, and VoronoiMorphology.
Referenced by MorphologyImageChannel().
MagickExport void ZeroKernelNans | ( | KernelInfo * | ) |
References KernelInfo::height, IsNaN, KernelInfo::next, KernelInfo::values, KernelInfo::width, and ZeroKernelNans().
Referenced by ZeroKernelNans().