bgInterpol2: Background interpolation

Description Usage Arguments Value Examples

Description

todo

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
bgInterpol2(
  x,
  bin,
  mask,
  filling,
  prob = 0.95,
  erode = FALSE,
  fact = 5,
  np = 6
)

## S4 method for signature 'CanopyPhoto'
bgInterpol2(
  x,
  bin,
  mask,
  filling,
  prob = 0.95,
  erode = FALSE,
  fact = 5,
  np = 6
)

Arguments

x

CanopyPhoto.

bin

BinImage.

filling

RasterLayer or RasterStack.

erode

logical.

fact

integer. Aggregation factor expressed as number of cells in each direction (horizontally and vertically). Or two integers (horizontal and vertical aggregation factor) or three integers (when also aggregating over layers). See Details

np

degree of polynomial surface

Value

BinImage

Examples

1
#todo

GastonMauroDiaz/caiman documentation built on Jan. 22, 2022, 4:43 a.m.