
Go to the source code of this file.
Functions | |
| MagickExport MagickBooleanType | GetImageDynamicThreshold (const Image *, const double, const double, MagickPixelPacket *, ExceptionInfo *) |
| MagickExport MagickBooleanType | SegmentImage (Image *, const ColorspaceType, const MagickBooleanType, const double, const double) |
| MagickExport MagickBooleanType GetImageDynamicThreshold | ( | const Image * | , | |
| const | double, | |||
| const | double, | |||
| MagickPixelPacket * | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport MagickBooleanType SegmentImage | ( | Image * | , | |
| const | ColorspaceType, | |||
| const | MagickBooleanType, | |||
| const | double, | |||
| const | double | |||
| ) |
Definition at line 1786 of file segment.c.
References AcquireQuantumMemory(), Blue, Classify(), _Image::debug, DeltaTau, _Image::exception, _Image::filename, GetMagickModule, Green, InitializeHistogram(), LogMagickEvent(), MagickFalse, MagickSignature, OptimalTau(), Red, RelinquishMagickMemory(), ResourceLimitError, RGBColorspace, _Image::signature, Tau, ThrowBinaryException, TraceEvent, TransformImageColorspace(), and WeightingExponent.
Referenced by PreviewImage().
1.7.1