changeset 500:21e18d9549ec

bwlabeln: added function to INDEX and MakeFile
author carandraug
date Mon, 28 Nov 2011 19:14:37 +0000
parents ef58c08ec587
children c977a1838342
files INDEX src/Makefile
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/INDEX
+++ b/INDEX
@@ -60,6 +60,7 @@
  bweuler
  bwfill
  bwlabel
+ bwlabeln
  bwmorph
  bwperim
  bwselect
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,6 +1,6 @@
 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
+	graycomatrix.oct deriche.oct __bwdist.oct nonmax_supress.oct bwlabeln.oct
 
 %.oct: %.cc
 	mkoctfile -Wall $<