MagickCore 6.9.12
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 ChannelFeaturesGetImageChannelFeatures (const Image *, const size_t, ExceptionInfo *)
 
MagickExport ImageCannyEdgeImage (const Image *, const double, const double, const double, const double, ExceptionInfo *)
 
MagickExport ImageHoughLineImage (const Image *, const size_t, const size_t, const size_t, ExceptionInfo *)
 
MagickExport ImageMeanShiftImage (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()