「mrcImageDilation」の版間の差分
提供: Eospedia
(ページの作成:「'''mrcImageDilation'''。 == オプション一覧 == ===メインオプション=== <table border="1"> <tr> <th>オプション</th> <th>必須項目/...」) |
|||
行30: | 行30: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>- | + | <td>-SE</td> |
<td>選択</td> | <td>選択</td> | ||
<td>StructuringElement</td> | <td>StructuringElement</td> |
2013年10月18日 (金) 00:53時点における版
mrcImageDilation。
オプション一覧
メインオプション
オプション | 必須項目/選択項目 | 説明 | デフォルト |
---|---|---|---|
-i | 必須 | 入力ファイル | NULL |
-o | 必須 | 出力ファイル設定 | NULL |
-oSE | 選択 | 出力ファイル設定(SE) | NULL |
-SE | 選択 | StructuringElement | 0 |
-r | 選択 | 半径 | 2 |
-n | 選択 | サイズ | 5 |
-c | 選択 | ConfigurationFile | NULL |
-m | 選択 | モードを設定 | 0 |
-h | 選択 | ヘルプを表示 |
モード詳細
モード | 説明 |
---|---|
0 | 2D Cross3x3: 4-neighbour |
1 | 2D Square3x3: 8-neighbour |
2 | 2D Open Disk , need (radius, n) |
3 | 3D Cross3x3x3: 6-neighbour |
4 | 3D Cubic3x3x3: 26-neighbour |
5 | 3D Open Disk , need (radius, n) |