changeset 665:c095f8c31237

deriche: removing function due to non-standard license
author carandraug
date Thu, 08 Nov 2012 15:54:10 +0000
parents f26be4b599b5
children 6a6fd68f0aae
files NEWS devel/README devel/deriche.cc src/Makefile src/deriche.cc
diffstat 4 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,8 @@
 
       imginfo
 
+ ** The function `deriche' has been removed.
+
  ** The complete set of functions to work with Analyze 7.5 files has been
     implemented. See `analyze75info', `analyze75read' and `analyze75write'.
 
--- a/devel/README
+++ b/devel/README
@@ -4,3 +4,10 @@
 
 They are helpul, though, to know how functions have been developped
 and for debugging.
+
+The function deriche has been removed from the package due to its non-standard
+license. Its original author and copyright owner does not reply to e-mails
+christian.kotz@gmx.net or facebook messages http://www.facebook.com/KoraxKorakos
+
+The deriche function would ideally be implemented again as an edge option,
+possible as part of the canny option since they are very similar.
rename from src/deriche.cc
rename to devel/deriche.cc
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,7 +2,7 @@
 
 all: __spatial_filtering__.oct __bilateral__.oct __custom_gaussian_smoothing__.oct \
 	__boundary__.oct bwlabel.oct bwfill.oct rotate_scale.oct hough_line.oct \
-	graycomatrix.oct deriche.oct __bwdist__.oct nonmax_supress.oct bwlabeln.oct
+	graycomatrix.oct __bwdist__.oct nonmax_supress.oct bwlabeln.oct
 
 %.oct: %.cc
 	$(MKOCTFILE) $<