]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/feature.h
(no commit message)
[imagemagick] / MagickCore / feature.h
index 7f8d1e57b577b0fcb76df2fb6d7e55a625b4c837..ed0a660798628bde91fde0fee34c5ba2f640ed68 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2014 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
   
   You may not use this file except in compliance with the License.
@@ -45,7 +45,15 @@ typedef struct _ChannelFeatures
 } ChannelFeatures;
 
 extern MagickExport ChannelFeatures
-  *GetImageChannelFeatures(const Image *,const size_t,ExceptionInfo *);
+  *GetImageFeatures(const Image *,const size_t,ExceptionInfo *);
+
+extern MagickExport Image
+  *CannyEdgeImage(const Image *,const double,const double,const double,
+    const double,ExceptionInfo *),
+  *HoughLineImage(const Image *,const size_t,const size_t,const size_t,
+    ExceptionInfo *),
+  *MeanShiftImage(const Image *,const size_t,const size_t,const double,
+    ExceptionInfo *);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }