MagickCore 7.1.0
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 ChannelFeaturesGetImageFeatures (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  
)

◆ GetImageFeatures()

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

Definition at line 623 of file feature.c.

References AcquireQuantumMemory(), AcquireVirtualCacheView(), _PixelPacket::alpha, _Image::alpha_trait, AlphaPixelChannel, _ChannelFeatures::angular_second_moment, _PixelPacket::black, BlackPixelChannel, _PixelPacket::blue, BluePixelChannel, CMYKColorspace, _Image::colorspace, _Image::columns, _ChannelFeatures::contrast, _ChannelFeatures::correlation, DestroyCacheView(), _ChannelFeatures::difference_entropy, _ChannelFeatures::difference_variance, _ChannelFeatures::entropy, _Image::filename, GetCacheViewVirtualPixels(), GetMagickModule, GetPixelAlpha(), GetPixelBlack(), GetPixelBlue(), GetPixelChannels(), GetPixelGreen(), GetPixelRed(), _PixelPacket::green, GreenPixelChannel, _ChannelFeatures::inverse_difference_moment, IsEventLogging(), LogMagickEvent(), magick_restrict, MagickAbsoluteValue, MagickCoreSignature, MagickEpsilon, MagickFalse, MagickLog10(), MagickTrue, _ChannelFeatures::maximum_correlation_coefficient, MaxMap, MaxPixelChannels, _ChannelFeatures::measure_of_correlation_1, _ChannelFeatures::measure_of_correlation_2, PerceptibleReciprocal(), _PixelPacket::red, RedPixelChannel, RelinquishMagickMemory(), ResourceLimitError, ResourceLimitFatalError, _Image::rows, _Image::signature, _ChannelFeatures::sum_average, _ChannelFeatures::sum_entropy, _ChannelFeatures::sum_variance, ThrowFatalException, ThrowMagickException(), TraceEvent, UndefinedPixelTrait, and _ChannelFeatures::variance_sum_of_squares.

Referenced by IdentifyImage().

◆ HoughLineImage()

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

◆ MeanShiftImage()