「mrcImageNLMeansFilter」の版間の差分

提供: Eospedia
移動: 案内検索
(参考資料)
 
(2人の利用者による、間の3版が非表示)
行75: 行75:
  
 
== 実行例 ==
 
== 実行例 ==
===入力ファイルの画像===
+
===[[Media:Input-1VOM-N-2D.mrc | 入力ファイル]](2D)の画像===
 
<table>  
 
<table>  
 
<tr>  
 
<tr>  
<td>[[画像:Input-mrcImageNLMeansFilter.png]]</td>  
+
<td>[[画像:Input-1VOM-N-2D.png]]</td>  
 
<td><p align="left">最小<br>  
 
<td><p align="left">最小<br>  
 
最大<br>  
 
最大<br>  
行85: 行85:
 
標準誤差<br></p>  
 
標準誤差<br></p>  
 
</td>  
 
</td>  
<td><p align="left">0<br>  
+
<td><p align="left">-18651.7 (10, 1, 0)<br>  
60.6<br>  
+
52942.7 (24, 39, 0)<br>  
26.9463<br>  
+
7214.87<br>  
22.1197<br>  
+
10067.6<br>  
0.264381<br></p>  
+
125.845<br></p>  
 
</td>  
 
</td>  
 
</tr>  
 
</tr>  
</table>  
+
</table>
 +
 
  
 
===オプション必須項目のみの場合===
 
===オプション必須項目のみの場合===
行104: 行105:
 
標準誤差<br></p>  
 
標準誤差<br></p>  
 
</td>  
 
</td>  
<td><p align="left">0.00239668<br>  
+
<td><p align="left">0.35088 (56, 4, 0)<br>  
0.895239<br>  
+
0.919591 (18, 41, 0)<br>  
0.44296<br>  
+
0.472087<br>  
0.357356<br>  
+
0.118186<br>  
0.00427122<br></p>  
+
0.00147733<br></p>  
 
</td>  
 
</td>  
 
</tr>  
 
</tr>  
 
</table>  
 
</table>  
 +
  
 
===オプション -N===
 
===オプション -N===
行124: 行126:
 
標準誤差<br></p>  
 
標準誤差<br></p>  
 
</td>  
 
</td>  
<td><p align="left">1.42662e-14<br>  
+
<td><p align="left">0.162783 (15, 17, 0)<br>  
0.957041<br>  
+
1.3523 (24, 39, 0)<br>  
0.442707<br>  
+
0.477231<br>  
0.366688<br>  
+
0.17636<br>  
0.00438276<br></p>  
+
0.0022045<br></p>  
 
</td>  
 
</td>  
 
</tr>  
 
</tr>  
 
</table>  
 
</table>  
 +
  
 
===オプション -hParam===
 
===オプション -hParam===
行144: 行147:
 
標準誤差<br></p>  
 
標準誤差<br></p>  
 
</td>  
 
</td>  
<td><p align="left">0.0470721<br>  
+
<td><p align="left">0.408005 (50, 76, 0)<br>  
0.822414<br>  
+
0.712543 (26, 29, 0)<br>  
0.443597<br>  
+
0.470866<br>  
0.314763<br>  
+
0.0555933<br>  
0.00376214<br></p>  
+
0.000694916<br></p>  
 
</td>  
 
</td>  
 
</tr>  
 
</tr>  
行154: 行157:
  
 
== 参考資料 ==
 
== 参考資料 ==
 +
A. Buades, B. Coll, J.M. Morel “A non local algorithm for image denoising”
 +
IEEE Computer Vision and Pattern Recognition 2005, Vol 2, pp: 60-65, 2005.
 +
 +
J. Wang, Y. Guo, Y. Ying, Y. Liu, Q. Peng, “Fast Non-Local Algorithm for Image Denoising,” in Proc. IEEE International Conference on Image Processing 2006 (ICIP2006), pp. 1429 – 1432, Oct. 2006.

2014年6月28日 (土) 07:17時点における最新版

mrcImageNLMeansFilterとはmrcImageファイルを平滑化するためのEosコマンドである。

アルゴリズム

オプション一覧

メインオプション

オプション 必須項目/選択項目 説明 デフォルト
-i 必須 入力ファイル:mrcImage NULL
-o 選択 出力ファイル:mrcImage stdout(設定しなければ標準出力)
-N 選択 N-Size (int) 3
-hParam 選択 hParam (float) 0.5
-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-mrcImageNLMeansFilter.png

最小

最大
平均値
標準偏差

標準誤差

0.35088 (56, 4, 0)

0.919591 (18, 41, 0)
0.472087
0.118186

0.00147733


オプション -N

N=10で実行

Outdata-N-mrcImageNLMeansFilter.png

最小

最大
平均値
標準偏差

標準誤差

0.162783 (15, 17, 0)

1.3523 (24, 39, 0)
0.477231
0.17636

0.0022045


オプション -hParam

hParam=1.0で実行

Outdata-hParam-mrcImageNLMeansFilter.png

最小

最大
平均値
標準偏差

標準誤差

0.408005 (50, 76, 0)

0.712543 (26, 29, 0)
0.470866
0.0555933

0.000694916

参考資料

A. Buades, B. Coll, J.M. Morel “A non local algorithm for image denoising” IEEE Computer Vision and Pattern Recognition 2005, Vol 2, pp: 60-65, 2005.

J. Wang, Y. Guo, Y. Ying, Y. Liu, Q. Peng, “Fast Non-Local Algorithm for Image Denoising,” in Proc. IEEE International Conference on Image Processing 2006 (ICIP2006), pp. 1429 – 1432, Oct. 2006.