「mrcImageNLMeansFilter」の版間の差分
提供: Eospedia
| 行27: | 行27: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
| − | <td>- | + | <td>-N</td> |
<td>選択</td> | <td>選択</td> | ||
<td>N-Size (int)</td> | <td>N-Size (int)</td> | ||
| 行37: | 行37: | ||
<td>hParam (float) </td> | <td>hParam (float) </td> | ||
<td>0.5</td> | <td>0.5</td> | ||
| − | <td></td> | + | </tr> |
| + | <tr> | ||
| + | <td>-c</td> | ||
| + | <td>選択</td> | ||
| + | <td>コンフィグファイル設定</td> | ||
| + | <td>NULL</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>-m</td> | ||
| + | <td>選択</td> | ||
| + | <td>モードを設定</td> | ||
| + | <td>0</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>-h</td> | ||
| + | <td>選択</td> | ||
| + | <td>ヘルプを表示</td> | ||
| + | <td> </td> | ||
</tr> | </tr> | ||
</div> | </div> | ||
| 行55: | 行72: | ||
== 実行例 == | == 実行例 == | ||
| + | ===入力ファイルの画像=== | ||
| + | <table> | ||
| + | <tr> | ||
| + | <td>[[画像:Input-mrcImageNLMeansFilter.png]]</td> | ||
| + | <td><p align="left">最小<br> | ||
| + | 最大<br> | ||
| + | 平均値<br> | ||
| + | 標準偏差<br> | ||
| + | 標準誤差<br></p> | ||
| + | </td> | ||
| + | <td><p align="left">0<br> | ||
| + | 60.6<br> | ||
| + | 26.9463<br> | ||
| + | 22.1197<br> | ||
| + | 0.264381<br></p> | ||
| + | </td> | ||
| + | </tr> | ||
| + | </table> | ||
| + | |||
| + | ===オプション必須項目のみの場合=== | ||
| + | <table> | ||
| + | <tr> | ||
| + | <td>[[画像:Outdata-mrcImageNLMeansFilter.png]]</td> | ||
| + | <td><p align="left">最小<br> | ||
| + | 最大<br> | ||
| + | 平均値<br> | ||
| + | 標準偏差<br> | ||
| + | 標準誤差<br></p> | ||
| + | </td> | ||
| + | <td><p align="left">0.00239668<br> | ||
| + | 0.895239<br> | ||
| + | 0.44296<br> | ||
| + | 0.357356<br> | ||
| + | 0.00427122<br></p> | ||
| + | </td> | ||
| + | </tr> | ||
| + | </table> | ||
| + | |||
| + | ===オプション -N=== | ||
| + | ====N=10で実行==== | ||
| + | <table> | ||
| + | <tr> | ||
| + | <td>[[画像:Outdata-N-mrcImageNLMeansFilter.png]]</td> | ||
| + | <td><p align="left">最小<br> | ||
| + | 最大<br> | ||
| + | 平均値<br> | ||
| + | 標準偏差<br> | ||
| + | 標準誤差<br></p> | ||
| + | </td> | ||
| + | <td><p align="left">1.42662e-14<br> | ||
| + | 0.957041<br> | ||
| + | 0.442707<br> | ||
| + | 0.366688<br> | ||
| + | 0.00438276<br></p> | ||
| + | </td> | ||
| + | </tr> | ||
| + | </table> | ||
| + | ===オプション -hParam=== | ||
| + | ====hParam=1.0で実行==== | ||
| + | <table> | ||
| + | <tr> | ||
| + | <td>[[画像:Outdata-hParam-mrcImageNLMeansFilter.png]]</td> | ||
| + | <td><p align="left">最小<br> | ||
| + | 最大<br> | ||
| + | 平均値<br> | ||
| + | 標準偏差<br> | ||
| + | 標準誤差<br></p> | ||
| + | </td> | ||
| + | <td><p align="left">0.0470721<br> | ||
| + | 0.822414<br> | ||
| + | 0.443597<br> | ||
| + | 0.314763<br> | ||
| + | 0.00376214<br></p> | ||
| + | </td> | ||
| + | </tr> | ||
| + | </table> | ||
== 参考資料 == | == 参考資料 == | ||
2013年11月1日 (金) 06:41時点における版
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 60.6 |
オプション必須項目のみの場合
![]() |
最小 最大 |
0.00239668 0.895239 |
オプション -N
N=10で実行
![]() |
最小 最大 |
1.42662e-14 0.957041 |
オプション -hParam
hParam=1.0で実行
![]() |
最小 最大 |
0.0470721 0.822414 |



