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

` `

グリッド視覚化

ヒストグラム表面

説明

<put algorithm description here>

パラメーター

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

<put parameter description here>

オプション:

  • 0 — [0] 行

  • 1 — [1] 列

  • 2 — [2] circle

デフォルト: 0

出力

ヒストグラム [ラスター]
<put output description here>

コンソールの使用方法

processing.runalg('saga:histogramsurface', grid, method, hist)

参照

RGBコンポジット

説明

<put algorithm description here>

パラメーター

R [ラスター]
<put parameter description here>
G [ラスター]
<put parameter description here>
B [ラスター]
<put parameter description here>
R値に対する方法 [選択]

<put parameter description here>

オプション:

  • 0 — 0 - 255
  • 1 — Rescale to 0 - 255
  • 2 — ユーザー定義 rescale

  • 3 — パーセンタイル

  • 4 — 標準偏差のPercentage

デフォルト: 0

G値に対する方法 [選択]

<put parameter description here>

オプション:

  • 0 — 0 - 255
  • 1 — Rescale to 0 - 255
  • 2 — ユーザー定義 rescale

  • 3 — パーセンタイル

  • 4 — 標準偏差のPercentage

デフォルト: 0

B値に対する方法 [選択]

<put parameter description here>

オプション:

  • 0 — 0 - 255
  • 1 — Rescale to 0 - 255
  • 2 — ユーザー定義 rescale

  • 3 — パーセンタイル

  • 4 — 標準偏差のPercentage

デフォルト: 0

RED最小に対する範囲を縮尺変更 [数値]

<put parameter description here>

デフォルト: 0

RED最大に対する範囲を縮尺変更 [数値]

<put parameter description here>

デフォルト: 255

RED最大に対する範囲Percentiles [数値]

<put parameter description here>

デフォルト: 1

RED最大に対する範囲Percentiles [数値]

<put parameter description here>

デフォルト: 99

REDに対する標準偏差のパーセント [数値]

<put parameter description here>

デフォルト: 150.0

GREEN最小に対する範囲を縮尺変更 [数値]

<put parameter description here>

デフォルト: 0

GREEN最大に対する範囲を縮尺変更 [数値]

<put parameter description here>

デフォルト: 255

GREEN最大に対する範囲Percentiles [数値]

<put parameter description here>

デフォルト: 1

GREEN最大に対する範囲Percentiles [数値]

<put parameter description here>

デフォルト: 99

GREENに対する標準偏差のパーセント [数値]

<put parameter description here>

デフォルト: 150.0

BLUE最小に対する範囲を縮尺変更 [数値]

<put parameter description here>

デフォルト: 0

BLUE最大に対する範囲を縮尺変更 [数値]

<put parameter description here>

デフォルト: 255

BLUE最大に対する範囲Percentiles [数値]

<put parameter description here>

デフォルト: 1

BLUE最大に対する範囲Percentiles [数値]

<put parameter description here>

デフォルト: 99

BLUEに対する標準偏差のパーセント [数値]

<put parameter description here>

デフォルト: 150.0

出力

出力RGB [ラスター]]
<put output description here>

コンソールの使用方法

processing.runalg('saga:rgbcomposite', grid_r, grid_g, grid_b, r_method, g_method, b_method, r_range_min, r_range_max, r_perctl_min, r_perctl_max, r_percent, g_range_min, g_range_max, g_perctl_min, g_perctl_max, g_percent, b_range_min, b_range_max, b_perctl_min, b_perctl_max, b_percent, grid_rgb)

参照