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 | 選択 | ヘルプを表示 |
モードの詳細
| モード | 説明 |
|---|---|
| 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) |