MagickCore  6.8.9
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

Function Documentation

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