diff transformations/thick.py @ 120:5e00ed18ae32

changed some transformation paramters to better fit with visualization
author Xavier Glorot <glorotxa@iro.umontreal.ca>
date Wed, 17 Feb 2010 17:45:48 -0500
parents 47e7202d4f19
children
line wrap: on
line diff
--- a/transformations/thick.py	Wed Feb 17 17:06:54 2010 -0500
+++ b/transformations/thick.py	Wed Feb 17 17:45:48 2010 -0500
@@ -21,7 +21,7 @@
         #---------- private attributes
         self.__nx__ = 32 #xdim of the images
         self.__ny__ = 32 #ydim of the images
-        self.__erodemax__ = 9 #nb of index max of erode structuring elements
+        self.__erodemax__ = 5 #nb of index max of erode structuring elements
         self.__dilatemax__ = 9 #nb of index max of dilation structuring elements
         self.__structuring_elements__ = [N.asarray([[1,1]]),N.asarray([[1],[1]]),\
                                         N.asarray([[1,1],[1,1]]),N.asarray([[0,1,0],[1,1,1],[0,1,0]]),\