CD_single: Change Detection

Description Usage Arguments Value

Description

Change Detection

Detect changes between two images using image differencing

Usage

1
2
CD_single(file.now, file.old, Min = 0.2, Max = 1, predictions = NULL,
  extend = NULL, plot = FALSE, method = "diff")

Arguments

Min

Threshold for positive classification

Max

Threshold for positive classification

predictions

dir path to where to store prediction images

extend

DEPECATED! Used to crop images. Has been moved to a seperate preprocess step.

method

Select change detection method. "ratio" Image Rationing. "diff" Image Differencing, absolute changes in both directions. "diff+" Image Differencing, positive changes only.

now

Path to first image

old

Path to second image

Value

Classification result. Here work is in progess...


georoen/wuepix documentation built on May 25, 2019, 5:25 p.m.