mrcImageNoiseReductionByRelaxation

提供: Eospedia
2014年1月16日 (木) 02:47時点におけるKinoshita (トーク | 投稿記録)による版

移動: 案内検索

mrcImageNoiseReductionByRelaxationとはmrcImageファイルを、緩和法を用いて平滑化するためのEosコマンドである。


アルゴリズム

緩和法

オプション一覧

メインオプション

オプション 必須項目/選択項目 説明 デフォルト
-i 必須 入力ファイル設定: mrcImage NULL
-o 選択 出力ファイル設定: mrcImage stdout(設定しなければ標準出力)
-n 選択 Number of Density Level 8
-max 選択 Maximum of Density Level 0
-min 選択 Minimum of Density Level 0
-t 選択 Iteration times of noise reduction 1
-m1 選択 Dij Modeof Personal Style 1
-m2 選択 Dij Modeof Figure Style 1
-m3 選択 Dij Mode of Dimension Style 1
-om 選択 Optional Mode 0
-c 選択 コンフィグファイル設定 NULL
-m 選択 モードを設定 0
-h 選択 ヘルプを表示  

モードの詳細

モード 説明
0


実行例

入力ファイル(2D)の画像

Input-1VOM-N-2D.png

最小

最大
平均値
標準偏差

標準誤差

-18651.7 (10, 1, 0)

52942.7 (24, 39, 0)
7214.87
10067.6

125.845


オプション必須項目のみの場合

Outdata-mrcImageNoiseReductionByRelaxation.png

最小

最大
平均値
標準偏差

標準誤差

-9702.39 (0, 0, 0)

52942.7 (24, 39, 0)
7253.75
10362.6

129.533br>


オプション -n

n=4で実行

Outdata-n-mrcImageNoiseReductionByRelaxation.png

最小

最大
平均値
標準偏差

標準誤差

-753.085 (0, 0, 0)

52942.7 (28, 22, 0)
7060.78
10679

133.487


オプション -min, -max

min=0, max=40000で実行

Outdata-minmax-mrcImageNoiseReductionByRelaxation.png

最小

最大
平均値
標準偏差

標準誤差

5000 (0, 0, 0)

40000 (28, 21, 0)
9997.66
7616.54

95.2068


参考資料