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

Go to the source code of this file.

Data Structures

struct  _ChannelFeatures
 

Typedefs

typedef struct _ChannelFeatures ChannelFeatures
 

Functions

MagickExport ChannelFeatures * GetImageChannelFeatures (const Image *, const size_t, ExceptionInfo *)
 
MagickExport Image * CannyEdgeImage (const Image *, const double, const double, const double, const double, ExceptionInfo *)
 
MagickExport Image * HoughLineImage (const Image *, const size_t, const size_t, const size_t, ExceptionInfo *)
 
MagickExport Image * MeanShiftImage (const Image *, const size_t, const size_t, const double, ExceptionInfo *)
 

Typedef Documentation

◆ ChannelFeatures

Function Documentation

◆ CannyEdgeImage()

MagickExport Image * CannyEdgeImage ( const Image *  ,
const double  ,
const double  ,
const double  ,
const double  ,
ExceptionInfo *   
)

◆ GetImageChannelFeatures()

MagickExport ChannelFeatures * GetImageChannelFeatures ( const Image *  image,
const  size_t,
ExceptionInfo *  exception 
)

◆ HoughLineImage()

MagickExport Image * HoughLineImage ( const Image *  ,
const  size_t,
const  size_t,
const  size_t,
ExceptionInfo *   
)

◆ MeanShiftImage()