mrcImageHoughTransform

提供: Eospedia
移動: 案内検索

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)


実行例