OSDN Git Service

Document Added
[eos/optional.git] / doc / SmallTools / mrcImageSmoothing.html
1 <HTML>
2 <HEAD>
3 <TITLE>mrcImageSmoothing</TITLE>
4 </HEAD>
5 <BODY>
6 <H1>mrcImageSmoothing</H1>
7 <H2>Usage</H2>
8 <PRE>
9 Usage: mrcImageSmoothing
10 Options:
11     [-i[nput]            In                  (NULL      ).as(inFile              ) ] :Essential :InputDataFile
12     [-o[utput]           Out                 (NULL      ).as(outFile             ) ] :Essential :OutputDataFile
13     [-sx                 sx                  (3         ).as(Real                ) ] :Optional  :x of Kernel Size
14     [-sy                 sy                  (3         ).as(Real                ) ] :Optional  :y of Kernel Size
15     [-sz                 sz                  (3         ).as(Real                ) ] :Optional  :z of Kernel Size
16     [-r                  r                   (1         ).as(Real                ) ] :Optional  :Radius of Kernel Size
17     [-sigma              sigma               (2.0       ).as(Real                ) ] :Optional  :Sigma for Lee-Sigma
18     [-times              times               (1         ).as(Integer             ) ] :Optional  :Repeat time
19     [-m[ode]             mode                (0         ).as(Integer             ) ] :Optional  :Mode
20     [-M[ode2]            mode2               (0         ).as(Integer             ) ] :Optional  :Mode
21     [-c[onfig]           configFile          (NULL      ).as(inFile              ) ] :Optional  :ConfigurationFile
22 >>> Mode <<<< 
23     1: Median filter
24     2: Mean filter 
25     3: Surface Fit filter
26     4: Lee-Sigma filter(Use sigma)
27     5: Local weighted mean filter
28     6: Edge and line weights smoothing filter(3x3)
29     7: Contrast-sensitiveline weights smoothing filter(3x3:Use sigma)
30     8: Gradient inverse weighted smoothing filter(3x3)
31 >>> Mode2 <<<< 
32     0: Kernel is cube. : required argumnent: -sx, -sy, [-sz]
33     1: Kernel is sphere.(Only mode 1 supported) : required argumnent: -r 
34 </PRE>
35 </BODY>
36 </HTML>