18#ifndef MAGICKCORE_SEGMENT_H
19#define MAGICKCORE_SEGMENT_H
21#if defined(__cplusplus) || defined(c_plusplus)
25extern MagickExport MagickBooleanType
26 GetImageDynamicThreshold(
const Image *,
const double,
const double,
27 PixelInfo *,ExceptionInfo *),
28 SegmentImage(Image *,
const ColorspaceType,
const MagickBooleanType,
29 const double,
const double,ExceptionInfo *);
31#if defined(__cplusplus) || defined(c_plusplus)