「vectorImageNearestNeighborMethod」の版間の差分

提供: Eospedia
移動: 案内検索
(Kinoshita がページ「VectorImageNearestNeighborMethod」を「vectorImageNearestNeighborMethod」に移動しました)
行72: 行72:
 
</tr>  
 
</tr>  
 
</table>  
 
</table>  
 +
<div>$EOS_HOME直下にeigenValue.txtがなければならない。</div>
 +
<br>
  
 
===モードの詳細===
 
===モードの詳細===
行84: 行86:
 
</tr>  
 
</tr>  
 
</table>  
 
</table>  
 +
<br>
  
 +
===入力ファイルリストのフォーマット===
 +
<pre>
 +
mrcファイル1
 +
mrcファイル2
 +
.
 +
.
 +
 +
</pre>
 +
<br>
 +
 +
===eigenValue.txt のフォーマット===
 +
<pre>
 +
%lf  %lf  %lf
 +
%lf  %lf
 +
.
 +
.
 +
 +
</pre>
 +
<div>区切りは空白、タブ、改行可</div>
 +
<br>
  
 
== 実行例 ==
 
== 実行例 ==

2014年2月18日 (火) 07:26時点における版

vectorImageNearestNeighborMethodとはEosコマンドである。


オプション一覧

メインオプション

オプション 必須項目/選択項目 説明 デフォルト
-i 必須 入力ファイルリスト NULL
-O 必須 出力ファイル: Classification NULL
-ocir 選択 出力ファイル: ClassificationIntegrationRate NULL
-od 選択 出力ファイル: Distance NULL
-odr 選択 出力ファイル: DistanceRate NULL
-oudn 選択 出力ファイル: UpperDistanceNumberOfClasses NULL
-oudc 選択 出力ファイル: UpperDistanceClassification NULL
-c 選択 コンフィグファイル設定 NULL
-m 選択 モードを設定 0
-h 選択 ヘルプを表示  
$EOS_HOME直下にeigenValue.txtがなければならない。


モードの詳細

モード 説明
0


入力ファイルリストのフォーマット

mrcファイル1
mrcファイル2
.
.


eigenValue.txt のフォーマット

%lf  %lf  %lf
%lf  %lf
.
.

区切りは空白、タブ、改行可


実行例