「mrcImageHoughTransform」の版間の差分

提供: Eospedia
移動: 案内検索
(ページの作成:「'''mrcImageHoughTransform'''とはmrcImageハフ変換を行うためのEosコマンドである。 == オプション一覧 == ===メインオプ...」)
 
(モードの詳細)
行88: 行88:
 
<tr>  
 
<tr>  
 
<td>0</td>  
 
<td>0</td>  
<td>Lines<br>0: Nearest<br>1: Linear)</td>  
+
<td>Lines<br>0: Nearest<br>1: Linear</td>  
 
</tr>  
 
</tr>  
 
<tr>  
 
<tr>  

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

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, 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)


実行例