OSDN Git Service

Document Added
[eos/optional.git] / doc / SmallTools / mrcImageClosing.html
index 39073ad..438e44f 100644 (file)
@@ -8,23 +8,26 @@
 <PRE>
 Usage: mrcImageClosing
 Options:
-    [-i[nput]            In                  (NULL      )] :Essential :Input: MRC
-    [-o[utput]           Out                 (NULL      )] :Essential :Output: MRC
-    [-times              times               (1         )] :Optional  :Times: erosion*times -> dilation*times
-    [-o[utput]SE         OutSE               (NULL      )] :Optional  :Output: MRC(SE)
-    [-S[tructuring]E[lement]SEmode              (0         )] :Optional  :StructuringElement
-    [-r[adius]           radius              (2         )] :Optional  :Radius
-    [-n                  n                   (5         )] :Optional  :size
-    [-c[onfig]           configFile          (NULL      )] :Optional  :ConfigurationFile
-    [-m[ode]             mode                (0         )] :Optional  :Mode
+    [-i[nput]            In                  (NULL      ).as(inFile              ) ] :Essential :Input: MRC
+    [-o[utput]           Out                 (NULL      ).as(outFile             ) ] :Essential :Output: MRC
+    [-times              times               (1         ).as(Integer             ) ] :Optional  :Times: erosion*times -> dilation*times
+    [-o[utput]SE         OutSE               (NULL      ).as(outFile             ) ] :Optional  :Output: MRC(SE)
+    [-S[tructuring]E[lement]SEmode              (0         ).as(Integer             ) ] :Optional  :StructuringElement
+    [-r[adius]           radius              (2         ).as(Integer             ) ] :Optional  :Radius
+    [-n                  n                   (5         ).as(Integer             ) ] :Optional  :size
+    [-c[onfig]           configFile          (NULL      ).as(inFile              ) ] :Optional  :ConfigurationFile
+    [-m[ode]             mode                (0         ).as(Integer             ) ] :Optional  :Mode
 ----- Additional Usage -----
 ----- Structuring Element : Mode 
 0: 2D Cross3x3:  4-neighbour
 1: 2D Square3x3: 8-neighbour
-2: 2D Open Disk , need (radius, n)
+2: 2D Disk , need (radius, n(squre size))
 3: 3D Cross3x3x3:   6-neighbour
 4: 3D Cubic3x3x3: 26-neighbour
-5: 3D Open Disk , need (radius, n)
+5: 3D Sphere, need (radius, n(cubic size))
+6: 2D Rectangle, need nx, ny
+7: 3D Cuboid, need nx, ny, nz
+8: 3D Cylindar, need r, nx, ny, nz
 -----
 Dilation: Max for image : Or  for binary image 
 Erosion:  Min for image : And for binary image