detectShifts: Detect FOV shift

Description Usage Arguments Value Examples

View source: R/detectShifts.R

Description

This function calculates day-to-day similarity of images based on the CLI file.

Usage

1
detectShifts(cli_path)

Arguments

cli_path

a character string, path to the CLI file

Value

a data.frame with two columns containing day-to-day correlations of the brightness and blue bands

Examples

1
2
3
4
5
6
cli_path <- system.file(package = 'xROI', 'archboldbahia-cli.jpg')

cor_mat <- detectShifts(cli_path)

plot(cor_mat$brightness.cor)
plot(cor_mat$blue.cor)

bnasr/xROI documentation built on June 7, 2021, 7:56 a.m.