Outdated version of the documentation. Find the latest one here.

` `

グリッドフィルタ

DTMフィルタ(傾斜に基づく)

説明

<put algorithm description here>

パラメーター

フィルタするグリッド [ラスター]
<put parameter description here>
検索半径 [数値]

<put parameter description here>

デフォルト: 2

近似的地形傾斜 [数値]

<put parameter description here>

デフォルト: 30.0

Confidence Intervalを使用 [ブール値]

<put parameter description here>

デフォルト:

出力

Bare Earth [ラスター]
<put output description here>
除去されたオブジェクト [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:dtmfilterslopebased', input, radius, terrainslope, stddev, ground, nonground)

参照

フィルタ塊

説明

<put algorithm description here>

パラメーター

入力グリッド [ラスター]
<put parameter description here>
Min. Size [数値]

<put parameter description here>

デフォルト: 10

出力

フィルタされたグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:filterclumps', grid, threshold, output)

参照

ガウスフィルタ

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
標準偏差 [数値]

<put parameter description here>

デフォルト: 1

検索モード [選択]

<put parameter description here>

オプション:

  • 0 — [0] 方形

  • 1 — [1] 円形

デフォルト: 0

検索半径 [数値]

<put parameter description here>

デフォルト: 3

出力

フィルタされたグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:gaussianfilter', input, sigma, mode, radius, result)

参照

ラプラシアンフィルタ

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
方法 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 標準カーネル 1

  • 1 — [1] 標準カーネル2

  • 2 — [2] 標準カーネル3

  • 3 — [3] ユーザー定義カーネル

デフォルト: 0

標準偏差(半径のパーセント) [数値]

<put parameter description here>

デフォルト: 0

半径 [数値]

<put parameter description here>

デフォルト: 1

検索モード [選択]

<put parameter description here>

オプション:

  • 0 — [0] 方形

  • 1 — [1] 円形

デフォルト: 0

出力

フィルタされたグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:laplacianfilter', input, method, sigma, radius, mode, result)

参照

多数決フィルタ

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
検索モード [選択]

<put parameter description here>

オプション:

  • 0 — [0] 方形

  • 1 — [1] 円形

デフォルト: 0

半径 [数値]

<put parameter description here>

デフォルト: 1

閾値 [パーセント] [数値]

<put parameter description here>

デフォルト: 0

出力

フィルタされたグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:majorityfilter', input, mode, radius, threshold, result)

参照

地形学的フィルタ

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
検索モード [選択]

<put parameter description here>

オプション:

  • 0 — [0] 方形

  • 1 — [1] 円形

デフォルト: 0

半径 [数値]

<put parameter description here>

デフォルト: 1

方法 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 膨張

  • 1 — [1] 浸食

  • 2 — [2] Opening
  • 3 — [3] Closing

デフォルト: 0

出力

フィルタされたグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:morphologicalfilter', input, mode, radius, method, result)

参照

多方向リーフィルタ

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
推定されたノイズ(絶対的) [数値]

<put parameter description here>

デフォルト: 1.0

推定されたノイズ(相対的) [数値]

<put parameter description here>

デフォルト: 1.0

加重あり [ブール値]

<put parameter description here>

デフォルト:

方法 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 絶対値として与えられたノイズ分散

  • 1 — [1] 平均標準偏差に対するノイズ分散

  • 2 — [2] オリジナル計算(Ringeler)

デフォルト: 0

出力

フィルタされたグリッド [ラスター]
<put output description here>
最小標準偏差 [ラスター]
<put output description here>
最小標準偏差の方向 [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:multidirectionleefilter', input, noise_abs, noise_rel, weighted, method, result, stddev, dir)

参照

Rank filter

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
検索モード [選択]

<put parameter description here>

オプション:

  • 0 — [0] 方形

  • 1 — [1] 円形

デフォルト: 0

半径 [数値]

<put parameter description here>

デフォルト: 1

順位[パーセント] [数値]

<put parameter description here>

デフォルト: 50

出力

フィルタされたグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:rankfilter', input, mode, radius, rank, result)

参照

Simple filter

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
検索モード [選択]

<put parameter description here>

オプション:

  • 0 — [0] 方形

  • 1 — [1] 円形

デフォルト: 0

フィルタ [選択]

<put parameter description here>

オプション:

  • 0 — [0] Smooth
  • 1 — [1] Sharpen
  • 2 — [2] Edge

デフォルト: 0

半径 [数値]

<put parameter description here>

デフォルト: 2

出力

フィルタされたグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:simplefilter', input, mode, method, radius, result)

参照

ユーザー定義フィルタ

説明

<put algorithm description here>

パラメーター

グリッド [ラスター]
<put parameter description here>
フィルタ行列 [テーブル]

オプション。

<put parameter description here>

デフォルトのフィルタ行列(3x3) [固定テーブル]
<put parameter description here>

出力

フィルタされたグリッド [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:userdefinedfilter', input, filter, filter_3x3, result)

参照