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

` `

Grid visualisatie

Oppervlak histogram

Omschrijving

<plaats omschrijving algoritme hier>

Parameters

Grid [raster]

<plaats omschrijving parameter hier>

Methode [selectie]

<plaats omschrijving parameter hier>

Opties:

  • 0 — [0] rijen

  • 1 — [1] kolommen

  • 2 — [2] cirkel

Standaard: 0

Uitvoer

Histogram [raster]

<plaats omschrijving uitvoer hier>

Gebruik van console

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

Zie ook

RGB composiet

Omschrijving

<plaats omschrijving algoritme hier>

Parameters

R [raster]

<plaats omschrijving parameter hier>

G [raster]

<plaats omschrijving parameter hier>

B [raster]

<plaats omschrijving parameter hier>

Methode voor waarde R [selectie]

<plaats omschrijving parameter hier>

Opties:

  • 0 — 0 - 255
  • 1 — Opnieuw schalen naar 0 - 255

  • 2 — Door gebruiker gedefinieerd opnieuw schalen

  • 3 — Percentielen

  • 4 — Percentage van standaard afwijking

Standaard: 0

Methode voor waarde G [selectie]

<plaats omschrijving parameter hier>

Opties:

  • 0 — 0 - 255
  • 1 — Opnieuw schalen naar 0 - 255

  • 2 — Door gebruiker gedefinieerd opnieuw schalen

  • 3 — Percentielen

  • 4 — Percentage van standaard afwijking

Standaard: 0

Methode voor waarde B [selectie]

<plaats omschrijving parameter hier>

Opties:

  • 0 — 0 - 255
  • 1 — Opnieuw schalen naar 0 - 255

  • 2 — Door gebruiker gedefinieerd opnieuw schalen

  • 3 — Percentielen

  • 4 — Percentage van standaard afwijking

Standaard: 0

bereik voor ROOD min opnieuw schalen [getal]

<plaats omschrijving parameter hier>

Standaard: 0

Bereik voor ROOD max opnieuw schalen [getal]

<plaats omschrijving parameter hier>

Standaard: 255

Bereik percentielen voor ROOD max [number]

<plaats omschrijving parameter hier>

Standaard: 1

Bereik percentielen voor ROOD max [number]

<plaats omschrijving parameter hier>

Standaard: 99

Percentage van standaard afwijking voor ROOD [getal]

<plaats omschrijving parameter hier>

Standaard: 150.0

Bereik voor GROEN min opnieuw schalen [getal]

<plaats omschrijving parameter hier>

Standaard: 0

Bereik voor GROEN max opnieuw schalen [getal]

<plaats omschrijving parameter hier>

Standaard: 255

Bereik percentielen voor GROEN max [getal]

<plaats omschrijving parameter hier>

Standaard: 1

Bereik percentielen voor GROEN max [getal]

<plaats omschrijving parameter hier>

Standaard: 99

Percentage van standaard afwijking voor GROEN [getal]

<plaats omschrijving parameter hier>

Standaard: 150.0

Bereik voor BLAUW min opnieuw schalen [getal]

<plaats omschrijving parameter hier>

Standaard: 0

Bereik voor BLAUW max opnieuw schalen [getal]

<plaats omschrijving parameter hier>

Standaard: 255

Bereik percentielen voor BLAUW max [getal]

<plaats omschrijving parameter hier>

Standaard: 1

Bereik percentielen voor BLAUW max [getal]

<plaats omschrijving parameter hier>

Standaard: 99

Percentage van standaard afwijking voor BLAUW [getal]

<plaats omschrijving parameter hier>

Standaard: 150.0

Uitvoer

Uitvoer RGB [raster]

<plaats omschrijving uitvoer hier>

Gebruik van console

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)

Zie ook