「mrcImageAutoCorrelationWithWindowing」の版間の差分
提供: Eospedia
(ページの作成: '''mrcImageAdaptiveBinalization'''は適応二値化するEosのコマンドである。 == オプション一覧 == <table border="1"> <tr> <th>...) |
|||
| 行40: | 行40: | ||
</tr> | </tr> | ||
</table> | </table> | ||
| + | |||
== 実行例 == | == 実行例 == | ||
2010年11月10日 (水) 09:21時点における版
mrcImageAdaptiveBinalizationは適応二値化するEosのコマンドである。
目次
オプション一覧
| オプション | 必須項目/選択項目 | NULL | デフォルト |
|---|---|---|---|
| -i | 選択 | 入力ファイル設定 | NULL |
| -o | 必須 | 出力ファイル1設定(Correlationした結果の出力ファイル) | NULL |
| -O | 選択 | 出力ファイル2設定(Windouwingした結果の出力ファイル) | NULL |
| -Wy | 選択 | 窓関数のサイズを設定 | 6 |
| -h | 選択 | ヘルプを表示 |
実行例
入力ファイルの画像
| ファイル:b120-mrcImageAdaptiveBinalization.png | 最小 最大 |
0 65.5929 |
出力ファイル1
-Wyを指定しない場合(デフォルトのまま)
| ファイル:outdata-d-mrcImageAdaptiveBinalization.png | 最小 最大 |
2376.52 2376.52 |
-Wy=2で実行
| ファイル:outdata1-mrcImageAdaptiveBinalization.png | 最小 最大 |
32.7383 10204.5 |
出力ファイル2
-Wyを指定しない場合(デフォルトのまま)
| ファイル:outdata-dO-mrcImageAdaptiveBinalization.png | 最小 最大 |
5.45036 5.45036 |
-Wy=2で実行
| ファイル:outdata-o-mrcImageAdaptiveBinalization.png | 最小 最大 |
0 65.5929 |