「mrcImageHoughTransform」の版間の差分

提供: Eospedia
移動: 案内検索
(モードの詳細)
(メインオプション)
行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</td>
 
</tr>
 
</tr>

2015年3月12日 (木) 00:52時点における版

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
-widthOut 選択 Width[pixel] 0
-IM 選択 mrcImageMode: HowToGet 0
-c 選択 コンフィグファイル設定 NULL
-m 選択 モードを設定 0
-h 選択 ヘルプを表示  


モードの詳細

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


実行例