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

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  
)