「mrcImageHoughTransform」の版間の差分

提供: Eospedia
移動: 案内検索
(モードの詳細)
(モードの詳細)
 
(同じ利用者による、間の2版が非表示)
行44: 行44:
 
<td>-width</td>
 
<td>-width</td>
 
<td>選択</td>
 
<td>選択</td>
<td>Width: (widthMin, widthMax): [pixel]</td>
+
<td>Width: (widthMin[pixel], widthMax[pixel])</td>
<td>0</td>
+
<td>(0, 0)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
行80: 行80:
 
<br>
 
<br>
  
===モードの詳細===
+
===-M, -mの詳細===
 
<table border="1">
 
<table border="1">
 
<tr>  
 
<tr>  
<th>モード</th>  
+
<th>M</th>  
 
<th>説明</th>  
 
<th>説明</th>  
 
</tr>  
 
</tr>  
 
<tr>  
 
<tr>  
 
<td>0</td>  
 
<td>0</td>  
<td>Lines<br>0: Nearest<br>1: Linear</td>  
+
<td>Lines<br>m=0: Nearest<br>m=1: Linear</td>  
 
</tr>  
 
</tr>  
 
<tr>  
 
<tr>  
 
<td>1</td>  
 
<td>1</td>  
<td>TwoLines<br>0: Nearest(centre) + InterpolationMode<br>1: Linear(centre)  + InterpolationMode</td>  
+
<td>TwoLines<br>m=0: Nearest(centre) + InterpolationMode<br>m=1: Linear(centre)  + InterpolationMode</td>  
 
</tr>  
 
</tr>  
 
<tr>  
 
<tr>  

2015年3月12日 (木) 02:28時点における最新版

mrcImageHoughTransformとはmrcImageハフ変換を行うためのEosコマンドである。


オプション一覧

メインオプション

オプション 必須項目/選択項目 説明 デフォルト
-i 必須 入力ファイル: mrcImage NULL
-o 必須 出力ファイル: mrcImage NULL
-dTheta 選択 DeltaTheta[degree] 1.0
-dRho 選択 DeltaRho[pixel] 1.0
-M 選択 HoughTransformMode 0
-width 選択 Width: (widthMin[pixel], widthMax[pixel]) (0, 0)
-widthOut 選択 Width[pixel] 0
-IM 選択 mrcImageMode: HowToGet 0
-c 選択 コンフィグファイル設定 NULL
-m 選択 モードを設定 0
-h 選択 ヘルプを表示  


-M, -mの詳細

M 説明
0 Lines
m=0: Nearest
m=1: Linear
1 TwoLines
m=0: Nearest(centre) + InterpolationMode
m=1: Linear(centre) + InterpolationMode
3 Rectangles (not yet)
4 FilledRectangles (not yet)
5 Circles (not yet)
6 FilledCircles (not yet)
7 GivenStructure (not yet)


実行例