MagickCore 6.9.11-60
Convert, Edit, Or Compose Bitmap Images
morphology-private.h File Reference
Include dependency graph for morphology-private.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

MagickExport ImageMorphologyApply (const Image *, const ChannelType, const MorphologyMethod, const ssize_t, const KernelInfo *, const CompositeOperator, const double, ExceptionInfo *)
 
MagickExport void ZeroKernelNans (KernelInfo *)
 

Function Documentation

◆ MorphologyApply()

MagickExport Image * MorphologyApply ( const Image image,
const ChannelType  channel,
const MorphologyMethod  method,
const ssize_t  iterations,
const KernelInfo kernel,
const CompositeOperator  compose,
const double  bias,
ExceptionInfo exception 
)

◆ ZeroKernelNans()