「mrcImageROIs」の版間の差分

提供: Eospedia
移動: 案内検索
(ページの作成:「'''mrcImageROIs'''とはmrcImageファイルから、複数の気になる領域を切り出すためのEosコマンドである。 == アルゴリズム ...」)
 
行15: 行15:
 
<td>-i</td>  
 
<td>-i</td>  
 
<td>必須</td>  
 
<td>必須</td>  
<td>入力ファイル設定</td>  
+
<td>入力ファイル: 画像</td>  
 
<td>NULL</td>  
 
<td>NULL</td>  
 
</tr>  
 
</tr>  
 
<tr>  
 
<tr>  
 +
<td>-I</td>
 +
<td>必須</td>
 +
<td>入力ファイル:ROI情報の設定</td>
 +
<td>NULL</td>
 +
</tr> <tr>
 
<td>-o</td>  
 
<td>-o</td>  
 
<td>選択</td>  
 
<td>選択</td>  
行38: 行43:
 
</table>
 
</table>
  
 +
=== ROI情報ファイルのフォーマット===
 +
出力ファイル名 形 パラメータ
 +
 +
長方形(4隅を指定)
 +
 OutFileName Rect  blx bly brx bry trx try tlx tly
 +
 +
長方形(中心と大きさの指定)
 +
 OutFileName Rect2  centerx centery width height
 +
 +
中心と半径の指定
 +
 OutFileName Circle centerx centery radius
  
 
== 実行例 ==
 
== 実行例 ==
  
 
== 参考文献 ==
 
== 参考文献 ==

2013年7月28日 (日) 00:09時点における版

mrcImageROIsとはmrcImageファイルから、複数の気になる領域を切り出すためのEosコマンドである。

アルゴリズム

オプション一覧

メインオプション

オプション 必須項目/選択項目 説明 デフォルト
-i 必須 入力ファイル: 画像 NULL
-I 必須 入力ファイル:ROI情報の設定 NULL
-o 選択 出力ファイル設定 stdout(設定しなければ標準出力)

モードの詳細

モード 説明

ROI情報ファイルのフォーマット

出力ファイル名 形 パラメータ

長方形(4隅を指定)  OutFileName Rect blx bly brx bry trx try tlx tly

長方形(中心と大きさの指定)  OutFileName Rect2 centerx centery width height

中心と半径の指定  OutFileName Circle centerx centery radius

実行例

参考文献