wbt_user_defined_weights_filter: User ined weights filter

Description Usage Arguments Value

View source: R/image_analysis.R

Description

Performs a user-defined weights filter on an image.

Usage

1
2
3
4
5
6
7
8
9
wbt_user_defined_weights_filter(
  input,
  weights,
  output,
  center = "center",
  normalize = FALSE,
  wd = NULL,
  verbose_mode = FALSE
)

Arguments

input

Input raster file.

weights

Input weights file.

output

Output raster file.

center

Kernel center cell; options include 'center', 'upper-left', 'upper-right', 'lower-left', 'lower-right'.

normalize

Normalize kernel weights? This can reduce edge effects and lessen the impact of data gaps (nodata) but is not suited when the kernel weights sum to zero.

wd

Changes the working directory.

verbose_mode

Sets verbose mode. If verbose mode is False, tools will not print output messages.

Value

Returns the tool text outputs.


whitebox documentation built on Sept. 7, 2020, 3 p.m.